summaryrefslogtreecommitdiff
path: root/src/rust/build.rs
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-06-28 09:25:18 -0400
committerNick Mathewson <nickm@torproject.org>2018-06-28 09:25:18 -0400
commiteee86e627b670b153bb5a0f41f9f8dfa4c378884 (patch)
tree0dd2a6db0e84f148d5d5614c336d56742d321c80 /src/rust/build.rs
parent9cf335c9a5fe6767e90cc5cfdc1f5c95465edb10 (diff)
downloadtor-eee86e627b670b153bb5a0f41f9f8dfa4c378884.tar.gz
tor-eee86e627b670b153bb5a0f41f9f8dfa4c378884.zip
Extract memarea into its own library
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 e17f9e5df2..4e401f5275 100644
--- a/src/rust/build.rs
+++ b/src/rust/build.rs
@@ -155,6 +155,7 @@ pub fn main() {
cfg.component("tor-encoding-testing");
cfg.component("tor-net");
cfg.component("tor-thread-testing");
+ cfg.component("tor-memarea-testing");
cfg.component("tor-log");
cfg.component("tor-lock");
cfg.component("tor-fdio");