Commit d4be1b1e authored by Chelsea Holland Komlo's avatar Chelsea Holland Komlo
Browse files

allow running protover test with a testing feature flag

parent 71a53761
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -3,6 +3,9 @@ authors = ["The Tor Project"]
version = "0.0.1"
name = "protover"

[features]
testing = ["tor_log/testing"]

[dependencies]
libc = "0.2.22"