Browse Source

Add two more dependencies in build.rs

Nick Mathewson 5 years ago
parent
commit
42c02097db
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/rust/build.rs

+ 2 - 0
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");