artiq/artiq/firmware/Cargo.toml
whitequark 9df7932169 firmware: add a Cargo workspace.
The Rust editor plugin for Sublime Text tries to invoke cargo,
which disregards our Makefile and places junk all around the source
tree. This calms it down, and now it only does that where our
.gitignore already handles it.
2016-12-26 17:20:29 +00:00

3 lines
49 B
TOML

[workspace]
members = ["runtime", "libksupport"]