notecrumbs

a nostr opengraph server build on nostrdb and egui
git clone git://jb55.com/notecrumbs
Log | Files | Refs | README | LICENSE

commit c2864534387a556def440ce11d2f20c0bf65717b
parent 3f201f63ea49f76dabe99051e2631f0c373a23a8
Author: William Casarin <jb55@jb55.com>
Date:   Mon, 23 Feb 2026 10:01:13 -0800

fix: use git dependency for nostrdb instead of hardcoded local path

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

Diffstat:
MCargo.lock | 1+
MCargo.toml | 2+-
2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/Cargo.lock b/Cargo.lock @@ -1872,6 +1872,7 @@ dependencies = [ [[package]] name = "nostrdb" version = "0.10.0" +source = "git+https://github.com/damus-io/nostrdb-rs?branch=zap-metadata#a91b6b90812f77e0df5c9bd7164560a3d5a9e197" dependencies = [ "bindgen 0.69.5", "cc", diff --git a/Cargo.toml b/Cargo.toml @@ -14,7 +14,7 @@ http-body-util = "0.1" tracing = "0.1.41" tracing-subscriber = "0.3.19" #nostrdb = "0.9.0" -nostrdb = { path = "/home/jb55/dev/github/damus-io/nostrdb-rs" } +nostrdb = { git = "https://github.com/damus-io/nostrdb-rs", branch = "zap-metadata" } #nostrdb = "0.1.6" #nostr-sdk = { git = "https://github.com/damus-io/nostr-sdk.git", rev = "fc0dc7b38f5060f171228b976b9700c0135245d3" } #nostr-sdk = "0.37.0"