forked from AbleOS/ableos
19 lines
399 B
TOML
19 lines
399 B
TOML
[package]
|
|
name = "repbuild"
|
|
version = "0.2.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
str-reader = "0.1.2"
|
|
derive_more = "0.99"
|
|
error-stack = "0.4"
|
|
fatfs = "0.3"
|
|
toml = "0.5.2"
|
|
hbasm.git = "https://git.ablecorp.us/AbleOS/holey-bytes.git"
|
|
# hblang.git = "https://git.ablecorp.us/AbleOS/holey-bytes.git"
|
|
|
|
[dependencies.reqwest]
|
|
version = "0.11"
|
|
default-features = false
|
|
features = ["rustls-tls", "blocking"]
|