rhythm-backend/Cargo.toml
2026-04-16 09:26:10 +02:00

13 lines
300 B
TOML

[package]
name = "rhythm_backend"
version = "0.1.0"
edition = "2024"
[dependencies]
axum = "0.8.9"
serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1.0.149"
tokio = { version = "1.52.0", features = ["macros", "rt-multi-thread"] }
tracing = "0.1.44"
tracing-subscriber = "0.3.23"