2016-10-17 00:24:25 +08:00
|
|
|
[package]
|
2016-12-16 20:14:11 +08:00
|
|
|
authors = ["M-Labs"]
|
2016-10-17 00:24:25 +08:00
|
|
|
name = "ksupport"
|
|
|
|
version = "0.0.0"
|
2017-01-04 04:12:56 +08:00
|
|
|
build = "build.rs"
|
2016-10-17 00:24:25 +08:00
|
|
|
|
|
|
|
[lib]
|
|
|
|
name = "ksupport"
|
|
|
|
path = "lib.rs"
|
|
|
|
crate-type = ["staticlib"]
|
|
|
|
|
2017-01-25 06:33:09 +08:00
|
|
|
[build-dependencies]
|
2017-12-28 20:57:40 +08:00
|
|
|
build_misoc = { path = "../libbuild_misoc" }
|
2017-01-25 06:33:09 +08:00
|
|
|
|
2016-10-30 05:34:25 +08:00
|
|
|
[dependencies]
|
2017-02-26 01:54:14 +08:00
|
|
|
cslice = { version = "0.3" }
|
2018-08-10 23:24:51 +08:00
|
|
|
eh = { path = "../libeh" }
|
2018-05-15 00:52:14 +08:00
|
|
|
io = { path = "../libio", features = ["byteorder"] }
|
2017-02-25 02:57:29 +08:00
|
|
|
dyld = { path = "../libdyld" }
|
2018-05-15 01:54:29 +08:00
|
|
|
board_misoc = { path = "../libboard_misoc" }
|
2018-05-15 01:33:25 +08:00
|
|
|
board_artiq = { path = "../libboard_artiq" }
|
2018-05-15 01:58:34 +08:00
|
|
|
proto_artiq = { path = "../libproto_artiq" }
|