feat: rshc: add sshserve

This commit is contained in:
200mill
2026-07-04 02:32:54 +09:00
parent 4e515ba964
commit 45554836d8
6 changed files with 1860 additions and 134 deletions

View File

@@ -32,3 +32,5 @@ rand = { workspace = true }
tracing = { workspace = true }
tracing-subscriber = { workspace = true }
bytes = { workspace = true }
russh = "0.62.1"