aboutsummaryrefslogtreecommitdiffstats
path: root/components/servo/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'components/servo/Cargo.toml')
-rw-r--r--components/servo/Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/components/servo/Cargo.toml b/components/servo/Cargo.toml
index 64e7f060773..8a243e58b8f 100644
--- a/components/servo/Cargo.toml
+++ b/components/servo/Cargo.toml
@@ -48,6 +48,9 @@ path = "../compositing"
[dependencies.net]
path = "../net"
+[dependencies.net_traits]
+path = "../net_traits"
+
[dependencies.msg]
path = "../msg"