aboutsummaryrefslogtreecommitdiff
path: root/src/rust/build.rs
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-06-27 12:52:31 -0400
committerNick Mathewson <nickm@torproject.org>2018-06-27 12:52:31 -0400
commitb9b05e437d09c4d06b554d0484c7ae1a3aa1d647 (patch)
treeea45c980cb972a74be77ae7813dc249ff31ab4e8 /src/rust/build.rs
parent300e3bebd19b2686501d5400da1ca4a748027ba4 (diff)
parentd893be190fc244330543c9e98613a3f0daebc6ed (diff)
downloadtor-b9b05e437d09c4d06b554d0484c7ae1a3aa1d647.tar.gz
tor-b9b05e437d09c4d06b554d0484c7ae1a3aa1d647.zip
Merge branch 'net_refactor'
Diffstat (limited to 'src/rust/build.rs')
-rw-r--r--src/rust/build.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rust/build.rs b/src/rust/build.rs
index 5be093bf8c..7d58786d6f 100644
--- a/src/rust/build.rs
+++ b/src/rust/build.rs
@@ -151,6 +151,7 @@ pub fn main() {
// moving forward!
cfg.component("tor-crypt-ops-testing");
cfg.component("or-testing");
+ cfg.component("tor-net");
cfg.component("tor-log");
cfg.component("tor-lock");
cfg.component("tor-fdio");