summary refs log tree commit diff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2020-03-13 04:49:34 +0000
committerAlyssa Ross <hi@alyssa.is>2020-06-15 09:36:32 +0000
commitc8ea9a839e28254474000729fa522b51fa860925 (patch)
treeeebdcaf1556ce8882552f21efa686d21813c67f4 /Cargo.toml
parent29dd8155e7bf1698a035b1f17be6e9cc225e7445 (diff)
downloadcrosvm-c8ea9a839e28254474000729fa522b51fa860925.tar
crosvm-c8ea9a839e28254474000729fa522b51fa860925.tar.gz
crosvm-c8ea9a839e28254474000729fa522b51fa860925.tar.bz2
crosvm-c8ea9a839e28254474000729fa522b51fa860925.tar.lz
crosvm-c8ea9a839e28254474000729fa522b51fa860925.tar.xz
crosvm-c8ea9a839e28254474000729fa522b51fa860925.tar.zst
crosvm-c8ea9a839e28254474000729fa522b51fa860925.zip
poly_msg_socket
we're gonna need this to send all of VirtioDevice over a socket
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 0821dc0..3123c3d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -70,6 +70,7 @@ minijail-sys = "*" # provided by ebuild
 msg_socket = { path = "msg_socket" }
 net_util = { path = "net_util" }
 p9 = { path = "p9" }
+poly_msg_socket = { path = "poly_msg_socket" }
 protobuf = { version = "2.3", optional = true }
 protos = { path = "protos", optional = true }
 rand_ish = { path = "rand_ish" }