ableos/repbuild/Cargo.toml

21 lines
467 B
TOML
Raw Normal View History

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 = [
"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 = [
"std",
2024-11-07 19:48:17 -06:00
"alloc",
] }
toml = "0.8"
hblang.git = "https://git.ablecorp.us/AbleOS/holey-bytes.git"
log = "0.4"
raw-cpuid = "11"
2024-10-25 10:37:38 -05:00
ureq = { version = "2", default-features = false, features = ["tls"] }