From cc0fcc5d66064c04673511d8f7d26852835d6522 Mon Sep 17 00:00:00 2001 From: Greg Heartsfield Date: Sat, 19 Nov 2022 07:30:50 -0600 Subject: [PATCH] docs: add Cargo package metadata --- Cargo.toml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 36ac69b..e20e595 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,14 @@ name = "nostr-rs-relay" version = "0.7.1" edition = "2021" +authors = ["Greg Heartsfield "] +description = "A relay implementation for the Nostr protocol" +readme = "README.md" +homepage = "https://sr.ht/~gheartsfield/nostr-rs-relay/" +repository = "https://git.sr.ht/~gheartsfield/nostr-rs-relay" +license = "MIT" +keywords = ["nostr", "server"] +categories = ["network-programming", "web-programming"] [dependencies] tracing = "0.1.36"