aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
Commit message (Collapse)AuthorAgeFilesLines
* Version 0.3.0HEADv0.3.0masterTomasz Kramkowski10 days1-1/+1
|
* Configurable loggingTomasz Kramkowski10 days1-0/+2
| | | | | | | | Would be good to maybe log more things, and maybe play around with log levels. But this is okay for now. stderrlog probably will go at some point, too many unnecessary transient dependencies
* Use moro local to reduce allocationsTomasz Kramkowski10 days1-0/+1
| | | | | This means that we can also use Rc instead of Arc (which should have been used instead of re-allocating in the first place).
* Version 0.2.0v0.2.0Tomasz Kramkowski2025-07-041-1/+1
|
* Process timeout after 60 secondsTomasz Kramkowski2025-06-271-1/+1
|
* Asynchronous process executionTomasz Kramkowski2025-06-271-1/+1
|
* Minimal changes to convert to asyncTomasz Kramkowski2025-06-271-0/+1
|
* Initial commitTomasz Kramkowski2025-06-271-0/+13