summary refs log tree commit diff
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock21
1 files changed, 16 insertions, 5 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 2c2511e..dacbf44 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -4,16 +4,12 @@ version = "0.1.0"
 dependencies = [
  "byteorder 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
  "data_model 0.1.0",
+ "devices 0.1.0",
  "io_jail 0.1.0",
  "kernel_loader 0.1.0",
  "kvm 0.1.0",
  "libc 0.2.29 (registry+https://github.com/rust-lang/crates.io-index)",
- "net_sys 0.1.0",
- "net_util 0.1.0",
  "sys_util 0.1.0",
- "syscall_defines 0.1.0",
- "vhost 0.1.0",
- "virtio_sys 0.1.0",
  "vm_control 0.1.0",
  "x86_64 0.1.0",
 ]
@@ -28,6 +24,21 @@ name = "data_model"
 version = "0.1.0"
 
 [[package]]
+name = "devices"
+version = "0.1.0"
+dependencies = [
+ "byteorder 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "data_model 0.1.0",
+ "libc 0.2.29 (registry+https://github.com/rust-lang/crates.io-index)",
+ "net_sys 0.1.0",
+ "net_util 0.1.0",
+ "sys_util 0.1.0",
+ "vhost 0.1.0",
+ "virtio_sys 0.1.0",
+ "vm_control 0.1.0",
+]
+
+[[package]]
 name = "gcc"
 version = "0.3.54"
 source = "registry+https://github.com/rust-lang/crates.io-index"