ableos/repbuild/Cargo.toml

30 lines
566 B
TOML
Raw 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-09-13 21:41:31 +00: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 08:36:24 +00:00
fatfs = "0.3"
2024-09-13 21:41:31 +00:00
toml = "0.8"
# hbasm.git = "https://git.ablecorp.us/AbleOS/holey-bytes.git"
hblang.git = "https://git.ablecorp.us/AbleOS/holey-bytes.git"
2023-07-13 01:21:33 +00:00
[dependencies.reqwest]
2024-09-13 21:41:31 +00:00
version = "0.12"
2023-07-13 01:21:33 +00:00
default-features = false
2024-01-18 08:36:24 +00:00
features = ["rustls-tls", "blocking"]