1
0
Fork 0
ableos/repbuild/Cargo.toml

19 lines
336 B
TOML
Raw Permalink 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]
2024-01-18 08:36:24 +00:00
str-reader = "0.1.2"
2023-07-13 01:21:33 +00:00
derive_more = "0.99"
2023-08-29 23:12:40 +00:00
error-stack = "0.4"
2024-01-18 08:36:24 +00:00
fatfs = "0.3"
toml = "0.5.2"
hbasm.git = "https://git.ablecorp.us/AbleOS/holey-bytes.git"
2023-07-13 01:21:33 +00:00
[dependencies.reqwest]
2024-01-18 08:36:24 +00:00
version = "0.11"
2023-07-13 01:21:33 +00:00
default-features = false
2024-01-18 08:36:24 +00:00
features = ["rustls-tls", "blocking"]