Cargo.toml 357 octets
Newer Older
itytophile's avatar
itytophile a validé
[package]
name = "hash-dude"
version = "0.1.0"
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
axum = { version = "0.2", features = ["ws", "headers"] }
futures = "0.3"
tokio = { version = "1", features = ["full"] }
headers = "0.3"
tracing = "0.1"
tracing-subscriber = "0.2"