mkbsd/MKBSD/Cargo.toml
S3bTheGuy 77732af198
Added multi-threaded Rust implementation
Update README.md

Delete MKBSD/target directory

Update .gitignore
2024-09-25 20:15:21 +02:00

13 lines
303 B
TOML

[package]
name = "MKBSD"
version = "0.1.0"
edition = "2021"
[dependencies]
reqwest = { version = "0.12.7", features = ["json", "blocking"] }
tokio = { version = "1.40", features = ["full"] }
url = "2.5.2"
serde = { version = "1.0.210", features = ["derive"] }
serde_json = "1.0.128"
futures = "0.3.30"