Add utility to create an invoice using the ChannelManager
[rust-lightning] / lightning-invoice / Cargo.toml
index 758578ca465b5f6cf57e29440e5439002c0ced64..75d9755ad3fd85c8ae152f2ef0e55380b1b2135d 100644 (file)
@@ -15,6 +15,9 @@ secp256k1 = { version = "0.20", features = ["recovery"] }
 num-traits = "0.2.8"
 bitcoin_hashes = "0.9.4"
 
+[dev-dependencies]
+lightning = { version = "0.0.13", path = "../lightning", features = ["_test_utils"] }
+
 [lib]
 crate-type = ["cdylib", "rlib"]