mirror of
https://github.com/tokio-rs/axum.git
synced 2024-11-22 15:17:18 +01:00
513c5a694d
Fixes #469
16 lines
436 B
TOML
16 lines
436 B
TOML
[package]
|
|
name = "example-low-level-rustls"
|
|
version = "0.1.0"
|
|
edition = "2018"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
axum = { path = "../../axum" }
|
|
futures-util = "0.3"
|
|
hyper = { version = "0.14", features = ["full"] }
|
|
rustls-pemfile = "0.2"
|
|
tokio = { version = "1", features = ["full"] }
|
|
tokio-rustls = "0.23"
|
|
tower = { version = "0.4", features = ["make"] }
|
|
tracing = "0.1"
|
|
tracing-subscriber = { version="0.3", features = ["env-filter"] }
|