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 cc3858d..59d2b17 100644
--- a/arch/Cargo.toml
+++ b/arch/Cargo.toml
@@ -4,6 +4,7 @@ version = "0.1.0"
 authors = ["The Chromium OS Authors"]
 
 [dependencies]
+byteorder = "*"
 devices = { path = "../devices" }
 io_jail = { path = "../io_jail" }
 kvm = { path = "../kvm" }