Browse Source

fixup! Extract core part of smartlist code into its own library.

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

+ 1 - 0
src/rust/build.rs

@@ -155,6 +155,7 @@ pub fn main() {
             cfg.component("tor-lock");
             cfg.component("tor-fdio");
             cfg.component("tor-container-testing");
+            cfg.component("tor-smartlist-core-testing");
             cfg.component("tor-string-testing");
             cfg.component("tor-malloc");
             cfg.component("tor-wallclock");