initial rough impl

This commit is contained in:
FabianLars
2025-07-24 00:27:59 +02:00
parent a7af1a81b7
commit a132d8f3d5
30 changed files with 497 additions and 154 deletions
+6 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "tauri-plugin-secure-storage"
version = "1.0.0"
version = "2.0.0"
edition = { workspace = true }
authors = { workspace = true }
license = { workspace = true }
@@ -33,3 +33,8 @@ serde_json = { workspace = true }
tauri = { workspace = true }
log = { workspace = true }
thiserror = { workspace = true }
# TODO: Non-android only:
keyring = { git = "https://github.com/open-source-cooperative/keyring-rs", rev = "9635a2f53a19eb7f188cdc4e38982dcb19caee00" }
[features]
vendored = ["keyring/vendored"]