shatter

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

commit 9d38ffe0346e83d40b77547496629255c0b7d18b
parent f39b8e5a3350d07e2907315dce15a644cfdb97cd
Author: William Casarin <jb55@jb55.com>
Date:   Mon,  3 Jul 2023 10:29:33 -0700

config: add authors

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

diff --git a/Cargo.toml b/Cargo.toml @@ -2,6 +2,7 @@ name = "shatter" version = "0.1.0" edition = "2021" +authors = ["William Casarin <jb55@jb55.com>"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html