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 20c5466..4a22f17 100644
--- a/arch/Cargo.toml
+++ b/arch/Cargo.toml
@@ -5,6 +5,7 @@ authors = ["The Chromium OS Authors"]
 
 [dependencies]
 devices = { path = "../devices" }
+io_jail = { path = "../io_jail" }
 kvm = { path = "../kvm" }
 sys_util = { path = "../sys_util" }
 resources = { path = "../resources" }