Initial commit
This commit is contained in:
commit
88fd274d0c
11 changed files with 2403 additions and 0 deletions
14
Cargo.toml
Normal file
14
Cargo.toml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
[package]
|
||||
name = "blindforge"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
base64-turbo = "0.1.3"
|
||||
#flate2 = "1.1.8"
|
||||
rand = "0.9.2"
|
||||
reqwest = { version = "0.13.1", default-features = false, features = ["json"] }
|
||||
serde = { version = "1.0.228", features = ["derive"] }
|
||||
sha2 = "0.10.9"
|
||||
#tar = "0.4.44"
|
||||
trillium = "0.2.20"
|
||||
Loading…
Add table
Add a link
Reference in a new issue