cuddle-templates/rust-cli/crates/service/Cargo.toml
kjuulh df1695bf04
feat: with rust cli
Signed-off-by: kjuulh <contact@kjuulh.io>
2023-06-17 03:28:25 +02:00

14 lines
254 B
TOML

[package]
name = "service"
version = "0.1.0"
edition = "2021"
[dependencies]
anyhow.workspace = true
tokio.workspace = true
tracing.workspace = true
tracing-subscriber.workspace = true
clap.workspace = true
dotenv.workspace = true
axum.workspace = true