mirror of
https://github.com/tokio-rs/axum.git
synced 2026-09-03 00:00:07 +02:00
axum: generalize serving with hyper
This commit is contained in:
@@ -126,6 +126,7 @@ serde_urlencoded = { version = "0.7", optional = true }
|
||||
sha1 = { version = "0.10", optional = true }
|
||||
tokio = { package = "tokio", version = "1.44", features = ["time"], optional = true }
|
||||
tokio-tungstenite = { version = "0.28.0", optional = true }
|
||||
tokio-util = "0.7.4"
|
||||
tracing = { version = "0.1", default-features = false, optional = true }
|
||||
|
||||
# doc dependencies
|
||||
|
||||
Reference in New Issue
Block a user