From f2eecc4152eca8d395566cffa2c102ec090a152d Mon Sep 17 00:00:00 2001 From: Daniel Verkamp Date: Tue, 17 Dec 2019 17:04:58 -0800 Subject: disk: move qcow into disk crate Move qcow from being its own crate into a module of the disk crate, similar to the composite disk module. This will allow use of qcow from disk and vice versa without introducing a circular crate dependency. BUG=None TEST=./build_test.py TEST=USE='asan fuzzer' emerge-nami crosvm Change-Id: I77512bbe4b94faff1b5460f9796ee56505135580 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/1972477 Reviewed-by: Cody Schuffelen Reviewed-by: Zach Reizner Tested-by: kokoro Commit-Queue: Daniel Verkamp --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 69d1a42..231e532 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -61,7 +61,6 @@ net_util = { path = "net_util" } p9 = { path = "p9" } protobuf = { version = "2.3", optional = true } protos = { path = "protos", optional = true } -qcow = { path = "qcow" } rand_ish = { path = "rand_ish" } remain = "*" resources = { path = "resources" } -- cgit 1.4.1