forked from M-Labs/artiq
b8f3d28bc0
This is so that we only specify it once.
24 lines
534 B
TOML
24 lines
534 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_misoc = { path = "../libbuild_misoc" }
|
|
|
|
[dependencies]
|
|
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" }
|