Files
mad/Cargo.toml
kjuulh ea46f0f2ac
Some checks failed
continuous-integration/drone/push Build encountered an error
feat: bump v0.11
Signed-off-by: kjuulh <contact@kjuulh.io>
2026-02-05 23:32:51 +01:00

13 lines
246 B
TOML

[workspace]
members = ["crates/*"]
resolver = "2"
[workspace.package]
version = "0.11.0"
[workspace.dependencies]
anyhow = { version = "1.0.71" }
tokio = { version = "1", features = ["full"] }
tracing = { version = "0.1", features = ["log"] }