cuddle-please/Cargo.toml
kjuulh 55ae63599d
feat: add base
Signed-off-by: kjuulh <contact@kjuulh.io>
2023-07-28 21:32:37 +02:00

14 lines
406 B
TOML

[workspace]
members = ["crates/cuddle-release"]
resolver = "2"
[workspace.dependencies]
cuddle-release = { path = "crates/cuddle-release" }
anyhow = { version = "1.0.71" }
tokio = { version = "1", features = ["full"] }
tracing = { version = "0.1", features = ["log"] }
tracing-subscriber = { version = "0.3.17" }
clap = { version = "4.3.4", features = ["derive", "env"] }
dotenv = { version = "0.15.0" }