initial commit
This commit is contained in:
15
Cargo.toml
Normal file
15
Cargo.toml
Normal 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"
|
Reference in New Issue
Block a user