phone/Cargo.toml

16 lines
403 B
TOML
Raw Normal View History

2023-12-23 20:49:03 +03:00
[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"