From 42c02097db1dd791d2bd8af78f91658589cf4988 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Wed, 18 Jul 2018 16:20:31 -0400 Subject: Add two more dependencies in build.rs --- src/rust/build.rs | 2 ++ 1 file changed, 2 insertions(+) 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"); -- cgit v1.2.3-54-g00ecf