notecrumbs

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

commit 9cf11d953a2480f0279a3c485c28cffa6597145a
parent 1be742add047ac80bede9bcc1a7f50b0427ff1bf
Author: William Casarin <jb55@jb55.com>
Date:   Mon, 18 Dec 2023 08:51:50 -0800

update gitignore and project file

Diffstat:
M.gitignore | 1+
MCargo.toml | 2++
2 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/.gitignore b/.gitignore @@ -1,5 +1,6 @@ /target /.direnv +/fonts data.mdb lock.mdb .build-result diff --git a/Cargo.toml b/Cargo.toml @@ -19,3 +19,5 @@ hex = "0.4.3" egui = "0.21.0" egui_skia = { version = "0.4.0", features = ["cpu_fix"] } skia-safe = "0.58.0" +image = "0.24.7" +lru = "0.12.1"