cuddle-rust-service-plan/Cargo.toml
kjuulh 94244cf937
feat: add basic
Signed-off-by: kjuulh <contact@kjuulh.io>
2024-02-03 19:08:51 +01:00

13 lines
348 B
TOML

[workspace]
members = ["crates/*", "ci"]
resolver = "2"
[workspace.dependencies]
anyhow = { version = "1.0.79" }
tokio = { version = "1", features = ["full"] }
tracing = { version = "0.1", features = ["log"] }
tracing-subscriber = { version = "0.3.18" }
clap = { version = "4.4.18", features = ["derive", "env"] }
dotenv = { version = "0.15.0" }