axum/examples/low-level-rustls/Cargo.toml

14 lines
299 B
TOML
Raw Normal View History

[package]
name = "example-low-level-rustls"
version = "0.1.0"
edition = "2018"
publish = false
[dependencies]
axum = { path = "../.." }
2021-10-05 07:50:27 +02:00
hyper = { version = "0.14", features = ["full"] }
tokio = { version = "1", features = ["full"] }
tokio-rustls = "0.22"
tracing = "0.1"
tracing-subscriber = "0.2"