mirror of
https://github.com/zaphar/Heracles.git
synced 2025-07-23 04:29:48 -04:00
maint: don't need ws but we should enable http2
This commit is contained in:
parent
a725e39140
commit
576043e78d
@ -9,7 +9,7 @@ license = "Apache-2.0"
|
||||
[dependencies]
|
||||
anyhow = "1.0.79"
|
||||
async-io = "2.3.1"
|
||||
axum = { version = "0.7.4", features = [ "ws" ] }
|
||||
axum = { version = "0.7.4", features = [ "http2" ] }
|
||||
axum-macros = "0.4.1"
|
||||
chrono = { version = "0.4.33", features = ["alloc", "std", "now"] }
|
||||
clap = { version = "4.4.18", features = ["derive"] }
|
||||
|
Loading…
x
Reference in New Issue
Block a user