Files
the-button/Cargo.toml
2025-09-11 10:26:43 +02:00

18 lines
281 B
TOML

[package]
name = "button"
version = "0.1.0"
edition = "2024"
[dependencies]
anyhow = "1.0.99"
json = "0.12.4"
lazy_static = "1.5.0"
reqwest = { version = "0.12.23", features = ["blocking"] }
rug = "1.28.0"
rand = "0.9.2"
tqdm = "0.8.0"
[lib]
name = "lib"
path = "src/lib/lib.rs"