nostrdb

an unfairly fast embedded nostr database backed by lmdb
git clone git://jb55.com/nostrdb
Log | Files | Refs | Submodules | README | LICENSE

commit 6e984d19bdde6d5ea1253f67984b4437b2b3fd85
parent 627945923baa0ea683333919bdb21a467291b664
Author: William Casarin <jb55@jb55.com>
Date:   Thu, 14 Dec 2023 12:09:11 -0800

rust: libc is not needed

Diffstat:
Mrust/Cargo.toml | 3---
1 file changed, 0 insertions(+), 3 deletions(-)

diff --git a/rust/Cargo.toml b/rust/Cargo.toml @@ -6,9 +6,6 @@ build = "build.rs" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html -[dependencies] -libc = "0.2.151" - [build-dependencies] bindgen = "0.69.1" cc = "1.0"