shatter

A fast, zero-copy nostr content parser in Rust
git clone git://jb55.com/shatter
Log | Files | Refs | README

commit 2733443f97afae01091d38202022df915d9b8625
parent 50dd20e5e56059a1c7595cb107d0482098fac2b1
Author: William Casarin <jb55@jb55.com>
Date:   Mon,  3 Jul 2023 10:33:25 -0700

package: add repo and keywords

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

diff --git a/Cargo.toml b/Cargo.toml @@ -5,6 +5,8 @@ edition = "2021" authors = ["William Casarin <jb55@jb55.com>"] license = "MIT" description = "A fast, zero-copy nostr content parser" +repository = "https://github.com/damus-io/shatter" +keywords = ["nostr"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html