runs, but not webserver

This commit is contained in:
2026-01-22 17:57:52 -07:00
parent feda48b0a4
commit ce7ce427c6
5 changed files with 91 additions and 40 deletions

View File

@@ -14,6 +14,11 @@ tokio-tungstenite = "0.24"
futures-util = "0.3"
tower-http = { version = "0.6", features = ["fs", "cors"] }
rand = "0.8"
leptos = { version = "0.6", features = ["csr"] }
leptos_axum = { version = "0.6" }
leptos_meta = { version = "0.6" }
leptos_router = { version = "0.6" }
protoss-bot-web = { path = "web" }
[profile.release]
opt-level = 3