forked from M-Labs/artiq
2a81819eb0
Such code is fragile, introduces mess in dependencies, and inflates compile times.
16 lines
368 B
TOML
16 lines
368 B
TOML
[package]
|
|
authors = ["M-Labs"]
|
|
name = "proto"
|
|
version = "0.0.0"
|
|
|
|
[lib]
|
|
name = "proto"
|
|
path = "lib.rs"
|
|
|
|
[dependencies]
|
|
byteorder = { version = "1.0", default-features = false }
|
|
cslice = { version = "0.3" }
|
|
log = { version = "0.3", default-features = false, optional = true }
|
|
std_artiq = { path = "../libstd_artiq", features = ["alloc"] }
|
|
dyld = { path = "../libdyld" }
|