[Fix] Now using Axum instead of Hyper and Http2 instead of 1

This commit is contained in:
Alex Emmet 2026-02-12 12:33:09 +01:00
commit 169927b368
7 changed files with 110 additions and 518 deletions

View file

@ -39,7 +39,7 @@ async-tungstenite = { version = "0.32.0", features = [
"verbose-logging",
"webpki-roots",
] }
axum = "0.8.8"
axum = { version = "0.8.8", features = [ "ws" ] }
base64 = "0.22.1"
bytes = "1.11.1"
color-eyre = "0.6.5"