forked from M-Labs/zynq-rs
29 lines
545 B
TOML
29 lines
545 B
TOML
[package]
|
|
name = "libconfig"
|
|
version = "0.1.0"
|
|
authors = ["M-Labs"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
libboard_zynq = { path = "../libboard_zynq" }
|
|
log = "0.4"
|
|
|
|
[dependencies.core_io]
|
|
git = "https://git.m-labs.hk/srenblad/rs-core_io.git"
|
|
branch = "main"
|
|
|
|
[dependencies.fatfs]
|
|
git = "https://git.m-labs.hk/srenblad/rust-fatfs.git"
|
|
branch = "main"
|
|
default-features = false
|
|
features = ["core_io"]
|
|
|
|
[features]
|
|
target_zc706 = []
|
|
target_coraz7 = []
|
|
target_ebaz4205 = []
|
|
target_redpitaya = []
|
|
target_kasli_soc = []
|
|
ipv6 = []
|
|
fat_lfn = [ "fatfs/alloc" ]
|