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

View File

@@ -5,5 +5,9 @@ edition = "2024"
[dependencies]
clap = { version = "4.5.48", features = ["derive"] }
reqwest = "0.12.23"
keyring = { version = "3.6.3", features = ["apple-native"] }
reqwest = { version = "0.12.23", features = ["blocking"] }
rust_util = "0.6.50"
serde_json = "1.0.145"
rust-crypto-hatter-fork = "0.2"