summary refs log tree commit diff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 0 insertions, 4 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c0b64ab..57e4f06 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -21,9 +21,5 @@ vhost = { path = "vhost" }
 virtio_sys = { path = "virtio_sys" }
 data_model = { path = "data_model" }
 
-[dependencies.clap]
-version = "*"
-default-features = false
-
 [target.'cfg(target_arch = "x86_64")'.dependencies]
 x86_64 = { path = "x86_64" }