Create a phantom workspace manifest for all crates.

Share a single Cargo.lock and target directory at the repo top-level.
This commit is contained in:
Jakob Stoklund Olesen
2016-10-10 10:44:33 -07:00
parent a460a637dd
commit 67abb2d2f6
6 changed files with 8 additions and 167 deletions

3
Cargo.toml Normal file
View File

@@ -0,0 +1,3 @@
# Phantom workspace manifest for all Cretonne crates.
[workspace]
members = ["src/tools"]