gemini-keychecker/Cargo.toml

16 lines
396 B
TOML

[package]
name = "Gemini-Keychecker"
version = "0.1.0"
edition = "2024"
[dependencies]
anyhow = "1.0.98"
backon = "1"
clap = { version = "4.5.40", features = ["derive"] }
futures = "0.3"
regex = "1.11.1"
reqwest = { version = "0.12.22", features = ["json"] }
serde_json = "1.0.140"
tokio = { version = "1.46", features = ["macros", "rt-multi-thread", "time"] }
url = "2.5.4"
async-stream = "0.3"