forked from M-Labs/artiq
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.
This commit is contained in:
parent
c45a170bb4
commit
9df7932169
|
@ -0,0 +1,2 @@
|
|||
[workspace]
|
||||
members = ["runtime", "libksupport"]
|
Loading…
Reference in New Issue