Parcourir la source

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

zero il y a 2 ans
Parent
commit
edf36acc88
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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