summary refs log tree commit diff
path: root/hypervisor/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'hypervisor/Cargo.toml')
-rw-r--r--hypervisor/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/hypervisor/Cargo.toml b/hypervisor/Cargo.toml
index de82105..a68f315 100644
--- a/hypervisor/Cargo.toml
+++ b/hypervisor/Cargo.toml
@@ -6,5 +6,6 @@ edition = "2018"
 
 [dependencies]
 libc = "*"
+kvm = { path = "../kvm" }
 kvm_sys = { path = "../kvm_sys" }
 sys_util = { path = "../sys_util" }
\ No newline at end of file