forked from M-Labs/artiq
12 lines
193 B
TOML
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" }
|