invoice: swap RouteHop for RouteHint
[rust-lightning] / lightning-invoice / Cargo.toml
index 47bf9d744dcb91f554a69400521e439759e03f66..758578ca465b5f6cf57e29440e5439002c0ced64 100644 (file)
@@ -10,6 +10,7 @@ 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"