feat: implement Rtty server core (PTY + alacritty engine + WebSocket)

This commit is contained in:
2026-08-01 16:35:46 +08:00
parent 01b3bea1c6
commit f25506ec5b
9 changed files with 714 additions and 25 deletions

View File

@@ -22,10 +22,11 @@ tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
anyhow = "1.0"
dashmap = "6.0" # 高并发线程安全的 SessionMap
futures-util = "0.3"
[profile.release]
opt-level = 3
lto = true
codegen-units = 1
strip = true
strip = true