shatter

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

commit 29227d972108ce0006e5fb9d35e7030a74226d0f
parent 8c948d4886f714d484865d6232149ac073b4fe89
Author: William Casarin <jb55@jb55.com>
Date:   Mon,  3 Jul 2023 10:31:31 -0700

package: add license

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

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