X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;ds=sidebyside;f=lightning-invoice%2Ffuzz%2FCargo.toml;fp=lightning-invoice%2Ffuzz%2FCargo.toml;h=0000000000000000000000000000000000000000;hb=d14ea82b5dfe98236b75f0e6fe5c4bb041748b0e;hp=746fe63ba03d0d38e983212fa01f37a4a6d07551;hpb=2b14cc40a6acf226aafaddd0efe67264c0df706f;p=rust-lightning diff --git a/lightning-invoice/fuzz/Cargo.toml b/lightning-invoice/fuzz/Cargo.toml deleted file mode 100644 index 746fe63b..00000000 --- a/lightning-invoice/fuzz/Cargo.toml +++ /dev/null @@ -1,28 +0,0 @@ -[package] -name = "lightning-invoice-fuzz" -version = "0.0.1" -authors = ["Automatically generated"] -publish = false -edition = "2021" - -[package.metadata] -cargo-fuzz = true - -[features] -afl_fuzz = ["afl"] -honggfuzz_fuzz = ["honggfuzz"] - -[dependencies] -honggfuzz = { version = "0.5", optional = true, default-features = false } -afl = { version = "0.4", optional = true } -lightning-invoice = { path = ".." } -lightning = { path = "../../lightning", features = ["regex"] } -bech32 = "0.9.0" - -# Prevent this from interfering with workspaces -[workspace] -members = ["."] - -[[bin]] -name = "serde_data_part" -path = "fuzz_targets/serde_data_part.rs"