Keep track of inflight HTLCs across payments
[rust-lightning] / lightning-invoice / fuzz / Cargo.toml
index eb583a41c7e87dd4e73cfb27b2e26ac2c1476b38..833606c1ad83eea553af28d9d780639093e249a9 100644 (file)
@@ -14,8 +14,9 @@ honggfuzz_fuzz = ["honggfuzz"]
 [dependencies]
 honggfuzz = { version = "0.5", optional = true }
 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]