mirror of
https://github.com/tokio-rs/axum.git
synced 2024-11-22 07:08:16 +01:00
12 lines
282 B
TOML
12 lines
282 B
TOML
[package]
|
|
name = "example-tls-rustls"
|
|
version = "0.1.0"
|
|
edition = "2018"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
axum = { path = "../.." }
|
|
axum-server = { version = "0.2", features = ["tls-rustls"] }
|
|
tokio = { version = "1", features = ["full"] }
|
|
tracing = "0.1"
|
|
tracing-subscriber = "0.2"
|