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 = [
|
2024-09-30 15:45:57 -05:00
|
|
|
"display",
|
2024-09-13 16:41:31 -05:00
|
|
|
] }
|
|
|
|
error-stack = "0.5"
|
2024-11-07 19:48:17 -06:00
|
|
|
fatfs = { version = "0.3", default-features = false, features = [
|
2024-10-19 13:45:41 -05:00
|
|
|
"std",
|
2024-11-07 19:48:17 -06:00
|
|
|
"alloc",
|
|
|
|
] }
|
|
|
|
toml = "0.8"
|
|
|
|
hblang.git = "https://git.ablecorp.us/AbleOS/holey-bytes.git"
|
2024-09-30 15:45:57 -05:00
|
|
|
log = "0.4"
|
2024-10-12 07:35:49 -05:00
|
|
|
raw-cpuid = "11"
|
2024-10-25 10:37:38 -05:00
|
|
|
ureq = { version = "2", default-features = false, features = ["tls"] }
|