We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb31377 commit f7b2b01Copy full SHA for f7b2b01
crates/nostr-relay-builder/Cargo.toml
@@ -2,7 +2,7 @@
2
name = "nostr-relay-builder"
3
version = "0.39.0"
4
edition = "2021"
5
-description = "Nostr Relay Builder"
+description = "Build your own custom nostr relay!"
6
authors.workspace = true
7
homepage.workspace = true
8
repository.workspace = true
crates/nostr-relay-builder/README.md
@@ -1,5 +1,12 @@
1
# Nostr Relay Builder
+## Description
+
+Build your own custom nostr relay!
+This library contains all the stuff to easily build a nostr relay.
+It also contains a ready-to-use `MockRelay` for unit tests.
9
10
## State
11
12
**This library is in an ALPHA state**, things that are implemented generally work but the API will change in breaking ways.
0 commit comments