소스 검색

allow running protover test with a testing feature flag

Chelsea Holland Komlo 6 년 전
부모
커밋
d4be1b1e76
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      src/rust/protover/Cargo.toml

+ 3 - 0
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"