1
0
Fork 0
forked from AbleOS/ableos
ableos_time/repbuild/Cargo.toml
2023-10-28 03:26:04 +02:00

16 lines
324 B
TOML

[package]
name = "repbuild"
version = "0.2.0"
edition = "2021"
[dependencies]
derive_more = "0.99"
error-stack = "0.4"
fatfs = "0.3"
hbasm.git = "https://git.ablecorp.us/AbleOS/holey-bytes.git"
[dependencies.reqwest]
version = "0.11"
default-features = false
features = ["rustls-tls", "blocking"]