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, 0 insertions, 1 deletions
diff --git a/vm_control/Cargo.toml b/vm_control/Cargo.toml
index ba70fe2..eb8a078 100644
--- a/vm_control/Cargo.toml
+++ b/vm_control/Cargo.toml
@@ -8,7 +8,6 @@ edition = "2018"
 sandboxed-libusb = []
 
 [dependencies]
-byteorder = "*"
 data_model = { path = "../data_model" }
 kvm = { path = "../kvm" }
 libc = "*"