nostrdb-rs

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

commit fb992ce1dd5100eefae6b948d016915fbd2cdd0b
parent 7c3e3c78ac7fc459f335ed8afcaed573cad15046
Author: William Casarin <jb55@jb55.com>
Date:   Thu, 14 Dec 2023 19:49:07 -0800

cargo: additional fields before we publish

Diffstat:
MCargo.toml | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/Cargo.toml b/Cargo.toml @@ -7,6 +7,8 @@ version = "0.1.0" edition = "2021" build = "build.rs" license = "GPL-3.0-or-later" +homepage = "https://github.com/damus-io/nostrdb-rs/" +repository = "https://github.com/damus-io/nostrdb-rs/" [build-dependencies] cc = "1.0"