artiq/artiq/firmware/libboard_misoc/Cargo.toml

22 lines
459 B
TOML
Raw Normal View History

2016-12-16 21:28:25 +08:00
[package]
authors = ["M-Labs"]
name = "board_misoc"
2016-12-16 21:28:25 +08:00
version = "0.0.0"
2017-01-04 04:39:40 +08:00
build = "build.rs"
2016-12-16 21:28:25 +08:00
[lib]
name = "board_misoc"
2016-12-16 21:28:25 +08:00
path = "lib.rs"
2017-01-03 22:19:51 +08:00
2017-09-05 21:13:04 +08:00
[build-dependencies]
cc = "1.0"
build_misoc = { path = "../libbuild_misoc" }
2017-09-05 21:13:04 +08:00
2017-01-03 22:19:51 +08:00
[dependencies]
byteorder = { version = "1.0", default-features = false }
log = { version = "0.4", default-features = false, optional = true }
smoltcp = { version = "0.6.0", default-features = false, optional = true }
2017-12-28 22:40:15 +08:00
[features]
uart_console = []