tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit 42c02097db1dd791d2bd8af78f91658589cf4988
parent 0c4c5eeb55b7e1f5e3f5073ad28b90aab75ebc16
Author: Nick Mathewson <nickm@torproject.org>
Date:   Wed, 18 Jul 2018 16:20:31 -0400

Add two more dependencies in build.rs

Diffstat:
Msrc/rust/build.rs | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git 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");