summary refs log tree commit diff
path: root/net_util/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'net_util/Cargo.toml')
-rw-r--r--net_util/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/net_util/Cargo.toml b/net_util/Cargo.toml
index bfa3bc8..c7f61b1 100644
--- a/net_util/Cargo.toml
+++ b/net_util/Cargo.toml
@@ -6,5 +6,6 @@ edition = "2018"
 
 [dependencies]
 libc = "*"
+data_model = { path = "../data_model" }
 net_sys = { path = "../net_sys" }
 sys_util = { path = "../sys_util" }