httpq/Cargo.toml

15 lines
274 B
TOML

[package]
name = "httpq"
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.6.20"
clap = "4.4.8"
dashmap = "5.5.3"
http = "1.0.0"
tower = "0.4.13"
tracing = "0.1.40"