2
0
mirror of https://github.com/m-labs/artiq.git synced 2025-02-09 09:03:20 +08:00
artiq/artiq/firmware/libboard/Cargo.toml

12 lines
170 B
TOML

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