forked from M-Labs/artiq
9df7932169
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.
3 lines
49 B
TOML
3 lines
49 B
TOML
[workspace]
|
|
members = ["runtime", "libksupport"]
|