X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=lightning-invoice%2Ffuzz%2FCargo.toml;h=0d5fbb365ba3063fefa0b189bb858e7b7c843091;hb=71af4a2d1553950adadcb3c4e69446f4d276a62c;hp=eb583a41c7e87dd4e73cfb27b2e26ac2c1476b38;hpb=09e167019589dcfc5ee9675ad243b337659eafc7;p=rust-lightning diff --git a/lightning-invoice/fuzz/Cargo.toml b/lightning-invoice/fuzz/Cargo.toml index eb583a41..0d5fbb36 100644 --- a/lightning-invoice/fuzz/Cargo.toml +++ b/lightning-invoice/fuzz/Cargo.toml @@ -3,6 +3,7 @@ name = "lightning-invoice-fuzz" version = "0.0.1" authors = ["Automatically generated"] publish = false +edition = "2018" [package.metadata] cargo-fuzz = true @@ -12,10 +13,11 @@ afl_fuzz = ["afl"] honggfuzz_fuzz = ["honggfuzz"] [dependencies] -honggfuzz = { version = "0.5", optional = true } +honggfuzz = { version = "0.5", optional = true, default-features = false } afl = { version = "0.4", optional = true } -lightning-invoice = { path = ".."} -bech32 = "0.8" +lightning-invoice = { path = ".." } +lightning = { path = "../../lightning", features = ["regex"] } +bech32 = "0.9.0" # Prevent this from interfering with workspaces [workspace]