1
0
Fork 0
forked from AbleOS/ableos
ableos/repbuild/Cargo.toml

15 lines
261 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]
2023-07-12 20:21:33 -05:00
derive_more = "0.99"
2023-08-29 18:12:40 -05:00
error-stack = "0.4"
2023-07-12 20:21:33 -05:00
fatfs = "0.3"
[dependencies.reqwest]
version = "0.11"
2023-07-12 20:21:33 -05:00
default-features = false
features = ["rustls-tls", "blocking"]