feat: add sync files\folders

This commit is contained in:
2026-08-23 05:26:36 +05:00
parent 363a4a7e5b
commit 27cf814c39
6 changed files with 327 additions and 10 deletions
+1
View File
@@ -9,6 +9,7 @@ clap = { version = "4.6.6", features = ["derive"] }
colored = "3.1.1"
home = "0.5.12"
russh = { version = "0.62.7", default-features = false, features = ["ring", "rsa", "flate2"] }
russh-sftp = "2.4.0"
serde = { version = "1.0.229", features = ["derive"] }
ssh2-config = "0.7.2"
tokio = { version = "1.53.1", features = ["rt", "time", "io-util"] }