aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
Commit message (Collapse)AuthorAgeFilesLines
* Use moro local to reduce allocationsTomasz Kramkowski11 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