commit 6e2b6a6685b303dbcc920f4019823448127a5284
parent d7bd8cf3b6d70f3014bb1140d0d018f94fedb178
Author: Nick Mathewson <nickm@torproject.org>
Date: Tue, 26 Jun 2018 12:18:49 -0400
fixup! Extract core part of smartlist code into its own library.
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/src/rust/build.rs b/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");