cuddle-templates/rust-service/crates/service/Cargo.toml
kjuulh 2f12485ac2
feat: add rust service
Signed-off-by: kjuulh <contact@kjuulh.io>
2023-06-17 02:16:11 +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