chore: add russh SSH/SFTP dependencies

Generated with [Claude Code](https://claude.ai/code)
via [Happy](https://happy.engineering)

Co-Authored-By: Claude <noreply@anthropic.com>
Co-Authored-By: Happy <yesreply@happy.engineering>
This commit is contained in:
zhixian
2026-02-18 21:01:48 +09:00
parent cbc929ddb1
commit 592ad4a95c
2 changed files with 1085 additions and 13 deletions

1092
src-tauri/Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -18,6 +18,12 @@ tauri = { version = "2.1.0", features = [] }
thiserror = "1.0.63"
uuid = { version = "1.11.0", features = ["v4"] }
chrono = { version = "0.4.38", features = ["clock"] }
russh = "0.46"
russh-keys = "0.46"
russh-sftp = "2.0"
async-trait = "0.1"
tokio = { version = "1", features = ["sync"] }
shellexpand = "3.1"
[build-dependencies]
tauri-build = { version = "2.1.0", features = [] }