nostrdb-rs

nostrdb in rust!
git clone git://jb55.com/nostrdb-rs
Log | Files | Refs | Submodules | README | LICENSE

commit 5517c12a04f0726a04c482fae1a77e8e4970b5bc
parent 21d0002f5ff62e51c4114e3d15a2ffa4e99b17e8
Author: William Casarin <jb55@jb55.com>
Date:   Sat, 30 Dec 2023 11:18:27 -0800

update nostrdb submodule

Diffstat:
Mbuild.rs | 20+++++++++++++++++---
1 file changed, 17 insertions(+), 3 deletions(-)

diff --git a/build.rs b/build.rs @@ -45,9 +45,23 @@ fn main() { build .files([ - "nostrdb/nostrdb.c", - "nostrdb/sha256.c", - "nostrdb/bech32.c", + "nostrdb/src/nostrdb.c", + "nostrdb/src/sha256.c", + "nostrdb/src/bolt11/bolt11.c", + "nostrdb/src/bolt11/amount.c", + "nostrdb/src/bolt11/bech32.c", + "nostrdb/src/bolt11/hash_u5.c", + "nostrdb/src/bolt11/list.c", + "nostrdb/src/bolt11/take.c", + "nostrdb/src/bolt11/tal.c", + "nostrdb/src/bolt11/talstr.c", + "nostrdb/src/bolt11/utf8.c", + "nostrdb/src/nostrdb.c", + "nostrdb/src/sha256.c", + "nostrdb/src/invoice.c", + "nostrdb/src/nostr_bech32.c", + "nostrdb/src/content_parser.c", + "nostrdb/src/block.c", "nostrdb/deps/flatcc/src/runtime/json_parser.c", "nostrdb/deps/flatcc/src/runtime/verifier.c", "nostrdb/deps/flatcc/src/runtime/builder.c",