mirror of
https://github.com/tokio-rs/axum.git
synced 2024-11-22 23:30:29 +01:00
e7eda0e416
Co-authored-by: David Pedersen <david.pdrsn@gmail.com>
16 lines
433 B
TOML
16 lines
433 B
TOML
[package]
|
|
name = "example-low-level-openssl"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
axum = { path = "../../axum" }
|
|
futures-util = "0.3"
|
|
hyper = { version = "0.14", features = ["full"] }
|
|
openssl = "0.10"
|
|
tokio = { version = "1", features = ["full"] }
|
|
tokio-openssl = "0.6"
|
|
tower = { version = "0.4", features = ["make"] }
|
|
tracing = "0.1"
|
|
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
|