cuddle-templates/cuddle-rust-service/Cargo.toml
kjuulh 45961d79eb
feat: add cuddle rust service
Signed-off-by: kjuulh <contact@kjuulh.io>
2024-03-02 23:23:30 +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.18" }
clap = { version = "4", features = ["derive", "env"] }
dotenv = { version = "0.15" }
axum = { version = "0.7" }