feat: update connect-rs, add keyring-rs

This commit is contained in:
2025-10-19 15:26:12 +08:00
parent 2ea46e6df2
commit 1b5db69a73
9 changed files with 1222 additions and 24 deletions

13
keyring-rs/Cargo.toml Normal file
View 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"