summary refs log tree commit diff
path: root/resources/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'resources/Cargo.toml')
-rw-r--r--resources/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/resources/Cargo.toml b/resources/Cargo.toml
index 29fc38a..c563d20 100644
--- a/resources/Cargo.toml
+++ b/resources/Cargo.toml
@@ -11,3 +11,4 @@ data_model = { path = "../data_model" }
 gpu_buffer = { path = "../gpu_buffer", optional = true }
 libc = "*"
 sys_util = { path = "../sys_util" }
+msg_socket = { path = "../msg_socket" }