feat: add cancellation

This commit is contained in:
2026-01-12 12:07:04 +01:00
parent c0f06beb4d
commit 514b6ab333
3 changed files with 11 additions and 4 deletions

View File

@@ -3,7 +3,7 @@ members = ["crates/*", "examples/*"]
resolver = "2"
[workspace.package]
version = "0.0.2"
version = "0.0.3"
[workspace.dependencies]
nocontrol = { path = "crates/nocontrol" }