summary refs log tree commit diff
path: root/kvm/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'kvm/Cargo.toml')
-rw-r--r--kvm/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/kvm/Cargo.toml b/kvm/Cargo.toml
index 82a4df6..d12aa76 100644
--- a/kvm/Cargo.toml
+++ b/kvm/Cargo.toml
@@ -5,7 +5,7 @@ authors = ["The Chromium OS Authors"]
 edition = "2018"
 
 [dependencies]
-libc = "*"
 kvm_sys = { path = "../kvm_sys" }
-sys_util = { path = "../sys_util" }
+libc = "*"
 msg_socket = { path = "../msg_socket" }
+sys_util = { path = "../sys_util" }