tor

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

commit d4be1b1e76a8f31bfd38109f91cffda949c1ebba
parent 71a53761415885b3d5f290c3996d1f1634364f8e
Author: Chelsea Holland Komlo <me@chelseakomlo.com>
Date:   Wed, 20 Dec 2017 00:07:30 -0500

allow running protover test with a testing feature flag

Diffstat:
Msrc/rust/protover/Cargo.toml | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/rust/protover/Cargo.toml b/src/rust/protover/Cargo.toml @@ -3,6 +3,9 @@ authors = ["The Tor Project"] version = "0.0.1" name = "protover" +[features] +testing = ["tor_log/testing"] + [dependencies] libc = "0.2.22"