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

@@ -13,5 +13,5 @@ name = "ironstorage_apple"
crate-type = ["lib", "staticlib", "cdylib"]
[dependencies]
ironstorage.workspace = true
ironstorage = { path = "../storage", default-features = false, features = ["full"] }
uniffi.workspace = true