initial commit
This commit adds basic logic for submitting solutions to the server.
This commit is contained in:
14
Cargo.toml
Normal file
14
Cargo.toml
Normal file
@@ -0,0 +1,14 @@
|
||||
[package]
|
||||
name = "button"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0.99"
|
||||
json = "0.12.4"
|
||||
reqwest = { version = "0.12.23", features = ["blocking"] }
|
||||
rug = { version = "1.28.0", features = ["integer"], default-features = false }
|
||||
|
||||
[lib]
|
||||
name = "lib"
|
||||
path = "src/lib/lib.rs"
|
||||
Reference in New Issue
Block a user