From a2e55df0eeea9709175dd0a26c1e09bdaa60841a Mon Sep 17 00:00:00 2001 From: Jomar Milan Date: Sun, 31 May 2026 12:22:41 -0700 Subject: Add websocket route --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 593b989..03a3e0d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ edition = "2024" [dependencies] askama = "0.16.0" -axum = "0.8.9" +axum = { version = "0.8.9", features = ["ws"] } rust-embed = "8.11.0" serde = { version = "1.0.228", features = ["derive"] } tokio = { version = "1.52.3", features = ["full"] } -- cgit v1.2.3