aboutsummaryrefslogtreecommitdiff
path: root/src/rust/build.rs
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-07-18 16:20:31 -0400
committerNick Mathewson <nickm@torproject.org>2018-07-18 16:20:31 -0400
commit42c02097db1dd791d2bd8af78f91658589cf4988 (patch)
tree2deecd0bdedeccb3d5595518894feec9af0b4907 /src/rust/build.rs
parent0c4c5eeb55b7e1f5e3f5073ad28b90aab75ebc16 (diff)
downloadtor-42c02097db1dd791d2bd8af78f91658589cf4988.tar.gz
tor-42c02097db1dd791d2bd8af78f91658589cf4988.zip
Add two more dependencies in build.rs
Diffstat (limited to 'src/rust/build.rs')
-rw-r--r--src/rust/build.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/rust/build.rs b/src/rust/build.rs
index 3c60893263..2ac24b334b 100644
--- a/src/rust/build.rs
+++ b/src/rust/build.rs
@@ -151,6 +151,8 @@ pub fn main() {
cfg.component("tor-crypt-ops-testing");
cfg.component("tor-sandbox-testing");
cfg.component("tor-encoding-testing");
+ cfg.component("tor-fs-testing");
+ cfg.component("tor-time-testing");
cfg.component("tor-net-testing");
cfg.component("tor-thread-testing");
cfg.component("tor-memarea-testing");