[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"