diff --git a/Cargo.toml b/Cargo.toml index 6aa288f..8bf8725 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "tauri-plugin-keystore" -version = "2.1.0-alpha.6" -authors = ["daniel-mader"] -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" edition = "2021" rust-version = "1.77.2" exclude = ["/dist-js", "/guest-js", "/node_modules"] links = "tauri-plugin-keystore" -repository = "https://github.com/impierce/tauri-plugin-keystore" +repository = "https://github.com/Metasig/tauri-plugin-keystore" license = "Apache-2.0" [dependencies]