Use bitcoin_hashes' fixed_time_eq, removing the rust-crypto dep
[rust-lightning] / fuzz / Cargo.toml
index c1069d32c184b9cee3e26e01a31bff191f7fdb5a..c4ed4c70346d5059a7121e2840f45720ae8f8751 100644 (file)
@@ -6,7 +6,6 @@ publish = false
 # Because the function is unused it gets dropped before we link lightning, so
 # we have to duplicate build.rs here. Note that this is only required for
 # fuzztarget mode.
-build = "../build.rs"
 
 [package.metadata]
 cargo-fuzz = true