1
0
Fork 0
mirror of https://github.com/tokio-rs/axum.git synced 2025-01-30 03:18:24 +01:00
axum/examples/tls-rustls/Cargo.toml
2021-11-10 15:07:09 +01:00

12 lines
326 B
TOML

[package]
name = "example-tls-rustls"
version = "0.1.0"
edition = "2018"
publish = false
[dependencies]
axum = { path = "../../axum" }
axum-server = { version = "0.3", features = ["tls-rustls"] }
tokio = { version = "1", features = ["full"] }
tracing = "0.1"
tracing-subscriber = { version="0.3", features = ["env-filter"] }