expose indexmap to notedeck

Signed-off-by: kernelkind <kernelkind@gmail.com>
This commit is contained in:
kernelkind
2025-08-25 21:11:28 -04:00
parent ccc188c0ae
commit 1658600604
2 changed files with 2 additions and 0 deletions

1
Cargo.lock generated
View File

@@ -3527,6 +3527,7 @@ dependencies = [
"hashbrown 0.15.4",
"hex",
"image",
"indexmap 2.9.0",
"jni 0.21.1 (registry+https://github.com/rust-lang/crates.io-index)",
"lightning-invoice",
"md5",

View File

@@ -50,6 +50,7 @@ md5 = { workspace = true }
bitflags = { workspace = true }
regex = "1"
chrono = { workspace = true }
indexmap = {workspace = true}
[dev-dependencies]
tempfile = { workspace = true }