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

19 lines
373 B
TOML
Raw Normal View History

[package]
name = "libconfig"
version = "0.1.0"
authors = ["M-Labs"]
edition = "2018"
[dependencies]
libboard_zynq = { path = "../libboard_zynq" }
2024-07-30 14:07:44 +08:00
fatfs = { default-features = false, git = "https://github.com/rafalh/rust-fatfs" }
log = "0.4"
[features]
target_zc706 = []
target_coraz7 = []
target_redpitaya = []
target_kasli_soc = []
ipv6 = []
2024-07-29 15:41:21 +08:00
fat_lfn = [ "fatfs/alloc" ]