forked from M-Labs/artiq
a820ae98cf
Fixes #715.
13 lines
153 B
TOML
13 lines
153 B
TOML
[package]
|
|
authors = ["M-Labs"]
|
|
name = "std_artiq"
|
|
version = "0.0.0"
|
|
|
|
[lib]
|
|
name = "std_artiq"
|
|
path = "lib.rs"
|
|
|
|
[features]
|
|
alloc = []
|
|
io_error_alloc = []
|