2020-09-09 17:56:50 +08:00
|
|
|
[package]
|
|
|
|
name = "libconfig"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["M-Labs"]
|
|
|
|
edition = "2018"
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
libboard_zynq = { path = "../libboard_zynq" }
|
|
|
|
log = "0.4"
|
|
|
|
|
2024-12-17 14:17:22 +08:00
|
|
|
[dependencies.core_io]
|
|
|
|
git = "https://git.m-labs.hk/M-Labs/rs-core_io.git"
|
|
|
|
rev = "e9d3edf027"
|
|
|
|
features = ["collections"]
|
|
|
|
|
|
|
|
[dependencies.fatfs]
|
|
|
|
git = "https://git.m-labs.hk/M-Labs/rust-fatfs.git"
|
|
|
|
rev = "4b5e420084"
|
|
|
|
default-features = false
|
|
|
|
features = ["core_io"]
|
|
|
|
|
2020-09-09 17:56:50 +08:00
|
|
|
[features]
|
2020-10-14 12:53:32 +08:00
|
|
|
target_zc706 = []
|
2020-11-14 00:56:47 +08:00
|
|
|
target_coraz7 = []
|
2024-09-30 14:08:58 +08:00
|
|
|
target_ebaz4205 = []
|
2020-10-14 12:53:32 +08:00
|
|
|
target_redpitaya = []
|
2020-11-20 02:41:38 +08:00
|
|
|
target_kasli_soc = []
|
2020-09-09 17:56:50 +08:00
|
|
|
ipv6 = []
|
2024-12-17 14:17:22 +08:00
|
|
|
fat_lfn = [ "fatfs/alloc" ]
|