testrust / Cargo.toml
Kgshop's picture
Update Cargo.toml
df52ad6 verified
raw
history blame contribute delete
309 Bytes
[package]
name = "app"
version = "0.1.0"
edition = "2021"
[dependencies]
axum = { version = "0.7", features = ["macros"] }
tokio = { version = "1", features = ["full"] }
tower-http = { version = "0.6", features = ["trace"] }
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }