notedeck

One damus client to rule them all
git clone git://jb55.com/notedeck
Log | Files | Refs | README | LICENSE

commit 16586006041e06e18f65fbe3ca4fa290cec22239
parent ccc188c0aec93afbeb5686f4021bcfd9ad44d914
Author: kernelkind <kernelkind@gmail.com>
Date:   Mon, 25 Aug 2025 21:11:28 -0400

expose indexmap to notedeck

Signed-off-by: kernelkind <kernelkind@gmail.com>

Diffstat:
MCargo.lock | 1+
Mcrates/notedeck/Cargo.toml | 1+
2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock @@ -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", diff --git a/crates/notedeck/Cargo.toml b/crates/notedeck/Cargo.toml @@ -50,6 +50,7 @@ md5 = { workspace = true } bitflags = { workspace = true } regex = "1" chrono = { workspace = true } +indexmap = {workspace = true} [dev-dependencies] tempfile = { workspace = true }