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