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-09-13 16:41:31 -05:00
|
|
|
str-reader = "0.1"
|
|
|
|
derive_more = { version = "1", default-features = false, features = [
|
|
|
|
"add",
|
|
|
|
"add_assign",
|
|
|
|
"constructor",
|
|
|
|
"display",
|
|
|
|
"from",
|
|
|
|
"into",
|
|
|
|
"mul",
|
|
|
|
"mul_assign",
|
|
|
|
"not",
|
|
|
|
"sum",
|
|
|
|
] }
|
|
|
|
error-stack = "0.5"
|
2024-01-18 02:36:24 -06:00
|
|
|
fatfs = "0.3"
|
2024-09-13 16:41:31 -05:00
|
|
|
toml = "0.8"
|
2024-05-31 10:07:22 -05:00
|
|
|
# hbasm.git = "https://git.ablecorp.us/AbleOS/holey-bytes.git"
|
|
|
|
hblang.git = "https://git.ablecorp.us/AbleOS/holey-bytes.git"
|
2023-07-12 20:21:33 -05:00
|
|
|
|
|
|
|
[dependencies.reqwest]
|
2024-09-13 16:41:31 -05:00
|
|
|
version = "0.12"
|
2023-07-12 20:21:33 -05:00
|
|
|
default-features = false
|
2024-01-18 02:36:24 -06:00
|
|
|
features = ["rustls-tls", "blocking"]
|