cuddle-templates/rust-service/Cargo.toml
kjuulh a093c7830d
feat: update axum
Signed-off-by: kjuulh <contact@kjuulh.io>
2023-12-23 13:39:28 +01:00

15 lines
397 B
TOML

[workspace]
members = ["crates/*"]
resolver = "2"
[workspace.dependencies]
%%name%% = { path = "crates/%%name%%" }
anyhow = { version = "1" }
tokio = { version = "1", features = ["full"] }
tracing = { version = "0.1", features = ["log"] }
tracing-subscriber = { version = "0.3.17" }
clap = { version = "4", features = ["derive", "env"] }
dotenv = { version = "0.15" }
axum = { version = "0.7" }