initial commit

This commit is contained in:
2025-09-10 11:30:32 +02:00
commit be7161afc6
2 changed files with 70 additions and 0 deletions

15
Cargo.toml Normal file
View File

@@ -0,0 +1,15 @@
[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"
[lib]
name = "lib"
path = "src/lib/lib.rs"