forked from M-Labs/zynq-rs
25 lines
447 B
TOML
25 lines
447 B
TOML
[package]
|
|
name = "libconfig"
|
|
version = "0.1.0"
|
|
authors = ["M-Labs"]
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
libboard_zynq = { path = "../libboard_zynq" }
|
|
log = "0.4"
|
|
|
|
[dependencies.fatfs]
|
|
git = "https://github.com/rafalh/rust-fatfs"
|
|
rev = "85f06e0"
|
|
default-features = false
|
|
features = ["alloc", "lfn"]
|
|
|
|
[features]
|
|
target_zc706 = []
|
|
target_coraz7 = []
|
|
target_ebaz4205 = []
|
|
target_redpitaya = []
|
|
target_kasli_soc = []
|
|
ipv6 = []
|
|
fat_lfn = [ "fatfs/alloc" ]
|