backend/Cargo.toml

12 lines
246 B
TOML
Raw Normal View History

[package]
name = "backend"
version = "0.1.0"
edition = "2021"
[dependencies]
2024-06-21 18:10:49 +02:00
axum = "0.7.5"
clap = { version = "4.5.7", features = ["derive"] }
tokio = { version = "1.38.0", features = ["full"] }
tracing = "0.1.40"
tracing-subscriber = "0.3.18"