httpq/Cargo.toml

14 lines
264 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]
dashmap = "5.5.3"
http = "1.0.0"
once_cell = "1.18.0"
rocket = "0.5.0"
tracing = "0.1.40"