We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d53ebeb commit c0a4549Copy full SHA for c0a4549
Cargo.toml
@@ -1,13 +1,13 @@
1
[package]
2
name = "tauri-plugin-keystore"
3
-version = "2.1.0-alpha.6"
4
-authors = ["daniel-mader"]
5
-description = "Interact with the device-native key storage (Android Keystore, iOS Keychain)."
+version = "2.2.0"
+authors = ["0x330a"]
+description = "Interact with the device-native key storage (Android Keystore, iOS Keychain) & perform ecdh operations for generating symmetric keys"
6
edition = "2021"
7
rust-version = "1.77.2"
8
exclude = ["/dist-js", "/guest-js", "/node_modules"]
9
links = "tauri-plugin-keystore"
10
-repository = "https://github.com/impierce/tauri-plugin-keystore"
+repository = "https://github.com/Metasig/tauri-plugin-keystore"
11
license = "Apache-2.0"
12
13
[dependencies]
0 commit comments