summary refs log tree commit diff
path: root/vm_control/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'vm_control/Cargo.toml')
-rw-r--r--vm_control/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/vm_control/Cargo.toml b/vm_control/Cargo.toml
index a0d12f5..c2f6e40 100644
--- a/vm_control/Cargo.toml
+++ b/vm_control/Cargo.toml
@@ -9,3 +9,4 @@ data_model = { path = "../data_model" }
 kvm = { path = "../kvm" }
 libc = "*"
 sys_util = { path = "../sys_util" }
+resources = { path = "../resources" }