noworkers/Cargo.toml
kjuulh 688e742f20
All checks were successful
continuous-integration/drone/push Build is passing
feat: set mit
2025-07-01 15:46:50 +02:00

15 lines
303 B
TOML

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