1
0
Fork 0
forked from AbleOS/ableos
ableos_time/repbuild/Cargo.toml

16 lines
324 B
TOML
Raw Normal View History

2022-08-03 07:11:51 +00:00
[package]
name = "repbuild"
2023-03-30 21:43:04 +00:00
version = "0.2.0"
2022-08-03 07:11:51 +00:00
edition = "2021"
[dependencies]
2023-07-13 01:21:33 +00:00
derive_more = "0.99"
2023-08-29 23:12:40 +00:00
error-stack = "0.4"
2023-07-13 01:21:33 +00:00
fatfs = "0.3"
2023-10-28 01:26:04 +00:00
hbasm.git = "https://git.ablecorp.us/AbleOS/holey-bytes.git"
2023-07-13 01:21:33 +00:00
[dependencies.reqwest]
version = "0.11"
2023-07-13 01:21:33 +00:00
default-features = false
features = ["rustls-tls", "blocking"]