Quellcode durchsuchen

allow running protover test with a testing feature flag

Chelsea Holland Komlo vor 6 Jahren
Ursprung
Commit
d4be1b1e76
1 geänderte Dateien mit 3 neuen und 0 gelöschten Zeilen
  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"
 version = "0.0.1"
 name = "protover"
 name = "protover"
 
 
+[features]
+testing = ["tor_log/testing"]
+
 [dependencies]
 [dependencies]
 libc = "0.2.22"
 libc = "0.2.22"