artiq/artiq/firmware/libksupport/Cargo.toml

18 lines
318 B
TOML
Raw Normal View History

2016-10-17 00:24:25 +08:00
[package]
authors = ["The ARTIQ Project Developers"]
name = "ksupport"
version = "0.0.0"
[lib]
name = "ksupport"
path = "lib.rs"
crate-type = ["staticlib"]
[dependencies]
std_artiq = { path = "../libstd_artiq" }
byteorder = { version = "0.5", default-features = false }
2016-10-17 00:24:25 +08:00
[profile.dev]
panic = 'unwind'
opt-level = 2