docs: add Cargo package metadata

This commit is contained in:
Greg Heartsfield 2022-11-19 07:30:50 -06:00
parent dfb2096653
commit cc0fcc5d66

View File

@ -2,6 +2,14 @@
name = "nostr-rs-relay"
version = "0.7.1"
edition = "2021"
authors = ["Greg Heartsfield <scsibug@imap.cc>"]
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"