[package] name = "phone" version = "0.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] axum = "0.7.2" chrono = "0.4.31" thiserror = "1.0.51" tokio = { version = "1.35.1", features = ["macros", "rt-multi-thread"] } tower = { version = "0.4.13", features = ["limit"] } tracing = "0.1.40" tracing-subscriber = "0.3.18"