mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-28 00:00:20 +02:00
Remove hyper-h1 and hyper-h2 features (#31)
This commit is contained in:
+1
-3
@@ -13,10 +13,8 @@ repository = "https://github.com/davidpdrsn/axum"
|
||||
version = "0.1.0"
|
||||
|
||||
[features]
|
||||
default = ["hyper-h1"]
|
||||
default = []
|
||||
ws = ["tokio-tungstenite", "sha-1", "base64"]
|
||||
hyper-h1 = ["hyper/http1"]
|
||||
hyper-h2 = ["hyper/http2"]
|
||||
|
||||
[dependencies]
|
||||
async-trait = "0.1"
|
||||
|
||||
Reference in New Issue
Block a user