summary refs log tree commit diff
path: root/msg_socket2/Cargo.toml
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2020-06-14 20:39:56 +0000
committerAlyssa Ross <hi@alyssa.is>2020-06-15 09:37:11 +0000
commit2885f9ca1a79d30421deeb025e92ae0118fc6d3a (patch)
tree7652ba6fed40f3f1add54afc9fe799c7646bf126 /msg_socket2/Cargo.toml
parent81f96554ebf490c83a8993065de9b1636b26f916 (diff)
downloadcrosvm-2885f9ca1a79d30421deeb025e92ae0118fc6d3a.tar
crosvm-2885f9ca1a79d30421deeb025e92ae0118fc6d3a.tar.gz
crosvm-2885f9ca1a79d30421deeb025e92ae0118fc6d3a.tar.bz2
crosvm-2885f9ca1a79d30421deeb025e92ae0118fc6d3a.tar.lz
crosvm-2885f9ca1a79d30421deeb025e92ae0118fc6d3a.tar.xz
crosvm-2885f9ca1a79d30421deeb025e92ae0118fc6d3a.tar.zst
crosvm-2885f9ca1a79d30421deeb025e92ae0118fc6d3a.zip
recursive serialization
Diffstat (limited to 'msg_socket2/Cargo.toml')
-rw-r--r--msg_socket2/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/msg_socket2/Cargo.toml b/msg_socket2/Cargo.toml
index ba167d8..7a7cf73 100644
--- a/msg_socket2/Cargo.toml
+++ b/msg_socket2/Cargo.toml
@@ -5,6 +5,7 @@ authors = ["Alyssa Ross <hi@alyssa.is>"]
 edition = "2018"
 
 [dependencies]
+msg_socket2_derive = { path = "derive" }
 serde = "1.0.104"
 sys_util = { path = "../sys_util" }