浏览代码

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

Nick Mathewson 5 年之前
父节点
当前提交
6e2b6a6685
共有 1 个文件被更改,包括 1 次插入0 次删除
  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");