mirror of
https://github.com/tokio-rs/axum.git
synced 2024-11-21 14:46:32 +01:00
6e0559e687
Signed-off-by: Hayashi Mikihiro <34ttrweoewiwe28@gmail.com>
16 lines
464 B
TOML
16 lines
464 B
TOML
[package]
|
|
name = "example-low-level-rustls"
|
|
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-rustls = "0.26"
|
|
tower-service = "0.3.2"
|
|
tracing = "0.1"
|
|
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
|