2022-08-03 02:11:51 -05:00
|
|
|
[package]
|
|
|
|
name = "repbuild"
|
2023-03-30 16:43:04 -05:00
|
|
|
version = "0.2.0"
|
2022-08-03 02:11:51 -05:00
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
[dependencies]
|
2024-01-18 02:36:24 -06:00
|
|
|
str-reader = "0.1.2"
|
2023-07-12 20:21:33 -05:00
|
|
|
derive_more = "0.99"
|
2023-08-29 18:12:40 -05:00
|
|
|
error-stack = "0.4"
|
2024-01-18 02:36:24 -06:00
|
|
|
fatfs = "0.3"
|
|
|
|
toml = "0.5.2"
|
|
|
|
hbasm.git = "https://git.ablecorp.us/AbleOS/holey-bytes.git"
|
|
|
|
|
2023-07-12 20:21:33 -05:00
|
|
|
|
|
|
|
[dependencies.reqwest]
|
2024-01-18 02:36:24 -06:00
|
|
|
version = "0.11"
|
2023-07-12 20:21:33 -05:00
|
|
|
default-features = false
|
2024-01-18 02:36:24 -06:00
|
|
|
features = ["rustls-tls", "blocking"]
|