diff --git a/Cargo.lock b/Cargo.lock index 15720da787..9e980ab495 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -98,7 +98,6 @@ dependencies = [ "plugin_proto 0.16.0", "protobuf 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)", "qcow 0.1.0", - "qcow_utils 0.1.0", "rand 0.3.20 (registry+https://github.com/rust-lang/crates.io-index)", "resources 0.1.0", "sys_util 0.1.0", diff --git a/Cargo.toml b/Cargo.toml index c419574ec9..6019fe894d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ panic = 'abort' overflow-checks = true [workspace] -members = ["9s"] +members = ["9s", "qcow_utils"] [features] plugin = ["plugin_proto", "crosvm_plugin", "protobuf"] @@ -39,7 +39,6 @@ qcow = { path = "qcow" } plugin_proto = { path = "plugin_proto", optional = true } crosvm_plugin = { path = "crosvm_plugin", optional = true } protobuf = { version = "=1.4.3", optional = true } -qcow_utils = { path = "qcow_utils" } resources = { path = "resources" } p9 = { path = "p9" } rand = "=0.3.20"