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

19 lines
499 B
TOML
Raw Permalink 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" }
2024-08-05 13:20:16 +08:00
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 }
2024-08-05 13:17:41 +08:00
log = "=0.4.14"
[features]
target_zc706 = []
target_coraz7 = []
target_redpitaya = []
target_kasli_soc = []
ipv6 = []