[WIP] Migration to AXUM & HTTP2

This commit is contained in:
Alex Emmet 2026-02-14 11:17:15 +01:00
commit 1deda333ab
5 changed files with 368 additions and 698 deletions

View file

@ -5,7 +5,7 @@ edition = "2024"
[dependencies]
aes-gcm = "*"
axum = "*"
axum = { version = "0.8.8", features = ["ws", "http2"] }
base64 = "0.22.1"
bytes = "*"
cmake = "*"
@ -60,3 +60,5 @@ ratatui = "0.30.0"
ratatui_input = "0.1.3"
open = "5.3.3"
chrono = "0.4.43"
axum-server = { version = "0.8.0", features = ["tls-rustls"] }
serde_json = "1.0.149"