commit de1099dba50832d72aafae07b98f5b749c7c88f0
parent 1b29eca42790822ad98129952d73bcd8671aaf7a
Author: William Casarin <jb55@jb55.com>
Date: Thu, 14 Dec 2023 18:33:38 -0800
rust: add description for initial release
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/rust/Cargo.toml b/rust/Cargo.toml
@@ -1,5 +1,8 @@
[package]
name = "nostrdb"
+authors = ["William Casarin <jb55@jb55.com>"]
+description = "An unfairly fast embedded nostr database backed by lmdb"
+readme = "README.md"
version = "0.1.0"
edition = "2021"
build = "build.rs"