feat: update connect-rs, add keyring-rs
This commit is contained in:
13
keyring-rs/Cargo.toml
Normal file
13
keyring-rs/Cargo.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
[package]
|
||||
name = "keyring-rs"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
clap = { version = "4.5.49", features = ["derive"] }
|
||||
keyring = { version = "3.6.3", features = ["apple-native"] }
|
||||
pinentry-util = "0.1.1"
|
||||
rust_util = "0.6.50"
|
||||
serde = { version = "1.0.228", features = ["derive"] }
|
||||
serde_json = "1.0.145"
|
||||
zeroizing-alloc = "0.1.0"
|
||||
Reference in New Issue
Block a user