mirror of
https://github.com/tokio-rs/axum.git
synced 2024-11-22 15:17:18 +01:00
18 lines
524 B
TOML
18 lines
524 B
TOML
|
[package]
|
||
|
name = "example-low-level-native-tls"
|
||
|
version = "0.1.0"
|
||
|
edition = "2021"
|
||
|
publish = false
|
||
|
|
||
|
[dependencies]
|
||
|
axum = { path = "../../axum" }
|
||
|
futures-util = { version = "0.3", default-features = false }
|
||
|
hyper = { version = "1.0.0", features = ["full"] }
|
||
|
hyper-util = { version = "0.1" }
|
||
|
tokio = { version = "1", features = ["full"] }
|
||
|
tokio-native-tls = "0.3.1"
|
||
|
tower = { version = "0.5.1", features = ["make"] }
|
||
|
tower-service = "0.3.2"
|
||
|
tracing = "0.1"
|
||
|
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
|