[tor-commits] [tor/master] allow running protover test with a testing feature flag
nickm at torproject.org
nickm at torproject.org
Mon Mar 19 21:20:46 UTC 2018
commit d4be1b1e76a8f31bfd38109f91cffda949c1ebba
Author: Chelsea Holland Komlo <me at chelseakomlo.com>
Date: Wed Dec 20 00:07:30 2017 -0500
allow running protover test with a testing feature flag
---
src/rust/protover/Cargo.toml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/rust/protover/Cargo.toml b/src/rust/protover/Cargo.toml
index 279916bd2..3f70155ef 100644
--- 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"
More information about the tor-commits
mailing list