Преглед на файлове

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"