1
0
forked from M-Labs/artiq
artiq/artiq/runtime.rs/libstd_artiq/Cargo.toml
2016-08-17 09:07:19 +00:00

12 lines
193 B
TOML

[package]
authors = ["The ARTIQ Project Developers"]
name = "std_artiq"
version = "0.0.0"
[lib]
name = "std_artiq"
path = "lib.rs"
[dependencies]
alloc_artiq = { path = "../liballoc_artiq" }