Handle std::io::IOError and include lightning-persister in bindings
[ldk-c-bindings] / lightning-c-bindings / Cargo.toml
index eb5ab3c393fee78fbc9c47d4c3ff6c607249cbfe..e764b7eb9a8b61173207e7494d35573dadfa8211 100644 (file)
@@ -19,6 +19,7 @@ bitcoin = "0.26"
 secp256k1 = { version = "0.20.1", features = ["global-context-less-secure"] }
 # Note that the following line is matched by genbindings to update the path
 lightning = { git = "https://git.bitcoin.ninja/rust-lightning", rev = "52f1d45bb20114bf89880e8128d0f570e426f0a6", features = ["allow_wallclock_use"] }
+lightning-persister = { git = "https://git.bitcoin.ninja/rust-lightning", rev = "52f1d45bb20114bf89880e8128d0f570e426f0a6" }
 
 [patch.crates-io]
 # Rust-Secp256k1 PR 279. Should be dropped once merged.