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

20 lines
394 B
TOML

[package]
name = "libconfig"
version = "0.1.0"
authors = ["M-Labs"]
edition = "2021"
[dependencies]
libboard_zynq = { path = "../libboard_zynq" }
fatfs = { git = "https://github.com/rafalh/rust-fatfs", default-features = false }
log = "0.4"
[features]
target_zc706 = []
target_coraz7 = []
target_ebaz4205 = []
target_redpitaya = []
target_kasli_soc = []
ipv6 = []
fat_lfn = [ "fatfs/alloc" ]