rename to notepush

Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
William Casarin
2024-07-11 10:04:44 -07:00
parent e11c636ce3
commit 0a6ba2ee11
3 changed files with 21 additions and 21 deletions

36
Cargo.lock generated
View File

@ -393,24 +393,6 @@ dependencies = [
"typenum", "typenum",
] ]
[[package]]
name = "damus-push-notification-relay"
version = "0.1.0"
dependencies = [
"a2",
"chrono",
"env_logger",
"log",
"nostr",
"rusqlite",
"serde",
"serde_json",
"tokio",
"toml",
"tracing",
"tungstenite",
]
[[package]] [[package]]
name = "data-encoding" name = "data-encoding"
version = "2.6.0" version = "2.6.0"
@ -961,6 +943,24 @@ dependencies = [
"web-sys", "web-sys",
] ]
[[package]]
name = "notepush"
version = "0.1.0"
dependencies = [
"a2",
"chrono",
"env_logger",
"log",
"nostr",
"rusqlite",
"serde",
"serde_json",
"tokio",
"toml",
"tracing",
"tungstenite",
]
[[package]] [[package]]
name = "num-traits" name = "num-traits"
version = "0.2.19" version = "0.2.19"

View File

@ -1,5 +1,5 @@
[package] [package]
name = "damus-push-notification-relay" name = "notepush"
version = "0.1.0" version = "0.1.0"
edition = "2021" edition = "2021"

View File

@ -1,6 +1,6 @@
# Damus Push notification relay # notepush
A high performance Nostr relay for sending out push notifications A high performance nostr relay for sending push notifications
🔥WIP! Experimental!⚠️🔥 🔥WIP! Experimental!⚠️🔥