Use explicit import lists instead of glob imports in invoice
[rust-lightning] / lightning-invoice / Cargo.toml
index 47bf9d744dcb91f554a69400521e439759e03f66..75d9755ad3fd85c8ae152f2ef0e55380b1b2135d 100644 (file)
@@ -10,10 +10,14 @@ readme = "README.md"
 
 [dependencies]
 bech32 = "0.7"
+lightning = { version = "0.0.13", path = "../lightning" }
 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"]