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

19 lines
499 B
TOML

[package]
name = "libconfig"
version = "0.1.0"
authors = ["M-Labs"]
edition = "2021"
[dependencies]
libboard_zynq = { path = "../libboard_zynq" }
core2 = { version = "=0.3.2", features = ["alloc", "nightly"], default-features = false }
fatfs = { git = "https://github.com/SimonRenblad/rust-fatfs", branch = "stable-0.3", features = ["core2", "alloc"], default-features = false }
log = "=0.4.14"
[features]
target_zc706 = []
target_coraz7 = []
target_redpitaya = []
target_kasli_soc = []
ipv6 = []