artiq/artiq/firmware/ksupport/Cargo.toml

25 lines
548 B
TOML

[package]
authors = ["M-Labs"]
name = "ksupport"
version = "0.0.0"
build = "build.rs"
[lib]
name = "ksupport"
path = "lib.rs"
crate-type = ["staticlib"]
[build-dependencies]
build_artiq = { path = "../libbuild_artiq" }
[dependencies]
rlibc = "1.0"
byteorder = { version = "1.0", default-features = false }
cslice = { version = "0.3" }
alloc_stub = { path = "../liballoc_stub" }
std_artiq = { path = "../libstd_artiq" }
dyld = { path = "../libdyld" }
board = { path = "../libboard" }
proto = { path = "../libproto" }
amp = { path = "../libamp" }