1
0
Fork 0
zynq-rs/libconfig/Cargo.toml

25 lines
447 B
TOML
Raw Normal View History

[package]
name = "libconfig"
version = "0.1.0"
authors = ["M-Labs"]
2024-08-05 13:11:56 +08:00
edition = "2021"
[dependencies]
libboard_zynq = { path = "../libboard_zynq" }
log = "0.4"
2024-10-04 12:52:40 +08:00
[dependencies.fatfs]
git = "https://github.com/rafalh/rust-fatfs"
rev = "85f06e0"
default-features = false
features = ["alloc", "lfn"]
[features]
target_zc706 = []
target_coraz7 = []
target_ebaz4205 = []
target_redpitaya = []
target_kasli_soc = []
ipv6 = []
2024-10-04 12:52:40 +08:00
fat_lfn = [ "fatfs/alloc" ]