mirror of
https://github.com/tokio-rs/axum.git
synced 2024-12-02 13:06:49 +01:00
13 lines
299 B
TOML
13 lines
299 B
TOML
[package]
|
|
name = "example-low-level-rustls"
|
|
version = "0.1.0"
|
|
edition = "2018"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
axum = { path = "../.." }
|
|
hyper = { version = "0.14", features = ["full"] }
|
|
tokio = { version = "1", features = ["full"] }
|
|
tokio-rustls = "0.22"
|
|
tracing = "0.1"
|
|
tracing-subscriber = "0.2"
|