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

20 lines
394 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" }
2024-10-04 13:03:47 +08:00
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 = []
2024-10-04 12:52:40 +08:00
fat_lfn = [ "fatfs/alloc" ]