summary refs log tree commit diff
path: root/msg_socket2/Cargo.toml
diff options
context:
space:
mode:
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" }