2017-12-28 15:06:45 +08:00
|
|
|
[package]
|
|
|
|
authors = ["M-Labs"]
|
|
|
|
name = "board_artiq"
|
|
|
|
version = "0.0.0"
|
|
|
|
build = "build.rs"
|
|
|
|
|
|
|
|
[lib]
|
|
|
|
name = "board_artiq"
|
|
|
|
path = "lib.rs"
|
|
|
|
|
|
|
|
[build-dependencies]
|
2017-12-28 15:34:17 +08:00
|
|
|
build_misoc = { path = "../libbuild_misoc" }
|
2017-12-28 15:06:45 +08:00
|
|
|
|
|
|
|
[dependencies]
|
2018-05-16 00:35:05 +08:00
|
|
|
failure = { version = "0.1", default-features = false }
|
|
|
|
failure_derive = { version = "0.1", default-features = false }
|
2017-12-28 15:06:45 +08:00
|
|
|
bitflags = "1.0"
|
2018-03-01 00:46:16 +08:00
|
|
|
byteorder = { version = "1.0", default-features = false }
|
2018-05-15 01:26:36 +08:00
|
|
|
crc = { version = "1.7", default-features = false }
|
2018-01-01 19:45:55 +08:00
|
|
|
log = { version = "0.4", default-features = false }
|
2018-05-15 01:26:36 +08:00
|
|
|
io = { path = "../libio", features = ["byteorder"] }
|
2018-05-15 01:54:29 +08:00
|
|
|
board_misoc = { path = "../libboard_misoc" }
|
2018-05-15 01:58:34 +08:00
|
|
|
proto_artiq = { path = "../libproto_artiq" }
|
2017-12-28 15:06:45 +08:00
|
|
|
|
|
|
|
[features]
|
|
|
|
uart_console = []
|