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
|
|
|
build_artiq = { path = "../libbuild_artiq" }
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
bitflags = "1.0"
|
2017-12-28 15:34:17 +08:00
|
|
|
log = { version = "0.3", default-features = false }
|
2017-12-28 15:06:45 +08:00
|
|
|
board = { path = "../libboard" }
|
|
|
|
|
|
|
|
[features]
|
|
|
|
uart_console = []
|