artiq/artiq/firmware/libboard/Cargo.toml

32 lines
616 B
TOML

[package]
authors = ["M-Labs"]
name = "board"
version = "0.0.0"
build = "build.rs"
[lib]
name = "board"
path = "lib.rs"
[build-dependencies]
cc = "1.0"
build_misoc = { path = "../libbuild_misoc" }
[dependencies]
byteorder = { version = "1.0", default-features = false }
log = { version = "0.4", default-features = false, optional = true }
[dependencies.compiler_builtins]
git = "https://github.com/m-labs/compiler-builtins"
rev = "ca06a5e"
features = ["mem"]
[dependencies.smoltcp]
git = "https://github.com/m-labs/smoltcp"
rev = "181083f"
default-features = false
optional = true
[features]
uart_console = []