artiq/artiq/firmware/libstd_artiq/Cargo.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 = []