Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -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]
Expand Down
Loading