summary refs log tree commit diff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDylan Reid <dgreid@chromium.org>2017-11-08 17:33:46 -0800
committerchrome-bot <chrome-bot@chromium.org>2017-11-20 18:13:46 -0800
commit939d58827e3c1f299ee2a30da99f0c6423b159e9 (patch)
treeb3d4b8e47199155cec517bf4cce39aab070ba251 /Cargo.toml
parent5327d059a267e97a47f9096eef65e3d12cc16ece (diff)
downloadcrosvm-939d58827e3c1f299ee2a30da99f0c6423b159e9.tar
crosvm-939d58827e3c1f299ee2a30da99f0c6423b159e9.tar.gz
crosvm-939d58827e3c1f299ee2a30da99f0c6423b159e9.tar.bz2
crosvm-939d58827e3c1f299ee2a30da99f0c6423b159e9.tar.lz
crosvm-939d58827e3c1f299ee2a30da99f0c6423b159e9.tar.xz
crosvm-939d58827e3c1f299ee2a30da99f0c6423b159e9.tar.zst
crosvm-939d58827e3c1f299ee2a30da99f0c6423b159e9.zip
Make the main crosvm project a workspace
Making the project a workspace allows running all local libs unit tests
from the main build.

Change-Id: Ib531dd10c21f324c7d25af69ad12b95c7bc8f3bc
Signed-off-by: Dylan Reid <dgreid@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/759597
Reviewed-by: Zach Reizner <zachr@chromium.org>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 439d452..74e272b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,6 +7,8 @@ authors = ["The Chromium OS Authors"]
 lto = true
 panic = 'abort'
 
+[workspace]
+
 [dependencies]
 devices = { path = "devices" }
 io_jail = { path = "io_jail" }