noworkers/Cargo.toml
kjuulh a68667475c
All checks were successful
continuous-integration/drone/push Build is passing
feat: cut initial version
2025-07-01 15:39:10 +02:00

14 lines
287 B
TOML

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