mirror of
https://github.com/m-labs/artiq.git
synced 2025-02-02 22:00:20 +08:00
16 lines
219 B
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 = []
|