summary refs log tree commit diff
path: root/msg_socket/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'msg_socket/Cargo.toml')
-rw-r--r--msg_socket/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/msg_socket/Cargo.toml b/msg_socket/Cargo.toml
index da95b85..dcfccfc 100644
--- a/msg_socket/Cargo.toml
+++ b/msg_socket/Cargo.toml
@@ -5,6 +5,6 @@ authors = ["The Chromium OS Authors"]
 edition = "2018"
 
 [dependencies]
+data_model = { path = "../data_model" }
 msg_on_socket_derive = { path = "msg_on_socket_derive" }
 sys_util = { path = "../sys_util"  }
-data_model = { path = "../data_model" }