forked from scsibug/nostr-rs-relay
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
v0.0.3 gnostr: git+nostr rust relay Usage: gnostr-relay [OPTIONS] Options: -p, --port <PORT> Use the <port> as the listening port <u16> -d, --db <DB> Use the <directory> as the location of the database -c, --config <CONFIG> Use the <file name> as the location of the config file -h, --help Print help -V, --version Print version
- Loading branch information
1 parent
dc6d4b0
commit 431bcd4
Showing
3 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[workspace]##exclude from gnostr-workspace | ||
[package] | ||
name = "gnostr-relay" | ||
version = "0.0.2" | ||
version = "0.0.3" | ||
edition = "2021" | ||
authors = ["Greg Heartsfield <[email protected]>", "gnostr <[email protected]>"] | ||
description = "gnostr:git+nostr protocol relay" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters