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:
whitequark 2016-12-26 17:20:21 +00:00
parent c45a170bb4
commit 9df7932169
1 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1,2 @@
[workspace]
members = ["runtime", "libksupport"]