summary refs log tree commit diff
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock14
1 files changed, 14 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index a72324e..a1fd8e1 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -15,6 +15,7 @@ dependencies = [
  "msg_socket 0.1.0",
  "remain 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
  "resources 0.1.0",
+ "servers 0.1.0",
  "sync 0.1.0",
  "sys_util 0.1.0",
  "vm_control 0.1.0",
@@ -38,6 +39,7 @@ dependencies = [
  "kvm 0.1.0",
  "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)",
  "resources 0.1.0",
+ "servers 0.1.0",
  "sync 0.1.0",
  "sys_util 0.1.0",
  "vm_control 0.1.0",
@@ -155,6 +157,7 @@ dependencies = [
  "remain 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
  "resources 0.1.0",
  "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
+ "servers 0.1.0",
  "sync 0.1.0",
  "sys_util 0.1.0",
  "vhost 0.1.0",
@@ -728,6 +731,16 @@ dependencies = [
 ]
 
 [[package]]
+name = "servers"
+version = "0.1.0"
+dependencies = [
+ "io_jail 0.1.0",
+ "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)",
+ "msg_socket 0.1.0",
+ "sys_util 0.1.0",
+]
+
+[[package]]
 name = "slab"
 version = "0.4.2"
 source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -878,6 +891,7 @@ dependencies = [
  "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)",
  "remain 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
  "resources 0.1.0",
+ "servers 0.1.0",
  "sync 0.1.0",
  "sys_util 0.1.0",
  "vm_control 0.1.0",