artiq-zynq/src/libboard_artiq/Cargo.toml

16 lines
418 B
TOML

[package]
name = "libboard_artiq"
version = "0.0.0"
authors = ["M-Labs"]
[lib]
name = "libboard_artiq"
[dependencies]
log = "0.4"
log_buffer = { version = "1.2" }
io = { path = "../libio", features = ["byteorder"] }
libboard_zynq = { git = "https://git.m-labs.hk/M-Labs/zynq-rs.git"}
libconfig = { git = "https://git.m-labs.hk/M-Labs/zynq-rs.git"}
libcortex_a9 = { git = "https://git.m-labs.hk/M-Labs/zynq-rs.git" }