artiq/artiq/firmware/libboard/Cargo.toml

16 lines
219 B
TOML

[package]
authors = ["M-Labs"]
name = "board"
version = "0.0.0"
build = "build.rs"
[lib]
name = "board"
path = "lib.rs"
[dependencies]
log = { version = "0.3", default-features = false }
[features]
uart_console = []