Enable SSH remotes in native frontends (#117)

This commit is contained in:
2026-08-25 21:39:35 +02:00
parent 76e707f645
commit a737e74aae
22 changed files with 1214 additions and 140 deletions

View File

@@ -29,7 +29,7 @@ path = "src/main.rs"
[dependencies]
iced.workspace = true
ironstorage.workspace = true
ironstorage = { workspace = true, features = ["ssh"] }
zeroize.workspace = true
[target.'cfg(target_os = "macos")'.dependencies]