allow running protover test with a testing feature flag

This commit is contained in:
Chelsea Holland Komlo 2017-12-20 00:07:30 -05:00
parent 71a5376141
commit d4be1b1e76
1 changed files with 3 additions and 0 deletions

View File

@ -3,6 +3,9 @@ authors = ["The Tor Project"]
version = "0.0.1"
name = "protover"
[features]
testing = ["tor_log/testing"]
[dependencies]
libc = "0.2.22"