Selaa lähdekoodia

Cargo.toml: add bench=false to disable libtest benchmarker

zero 2 vuotta sitten
vanhempi
sitoutus
edf36acc88
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      Cargo.toml

+ 1 - 0
Cargo.toml

@@ -11,6 +11,7 @@ edition = "2021"
 [lib]
 name = "darkfi"
 doctest = false
+bench = false
 
 #[profile.release]
 #debug = true