feat: goose web for local terminal alternative (#2718)

This commit is contained in:
Michael Neale
2025-06-05 13:32:57 +10:00
committed by GitHub
parent fec5bfe9cd
commit 49c4038d38
10 changed files with 1906 additions and 2 deletions
+8
View File
@@ -55,6 +55,14 @@ regex = "1.11.1"
minijinja = "2.8.0"
nix = { version = "0.30.1", features = ["process", "signal"] }
tar = "0.4"
# Web server dependencies
axum = { version = "0.8.1", features = ["ws", "macros"] }
tower-http = { version = "0.5", features = ["cors", "fs"] }
tokio-stream = "0.1"
bytes = "1.5"
http = "1.0"
webbrowser = "1.0"
indicatif = "0.17.11"
[target.'cfg(target_os = "windows")'.dependencies]