Moved nostr protocol handling to proto module

This commit is contained in:
Greg Heartsfield
2021-11-26 10:17:20 -06:00
parent 31057b6fd3
commit 010c96b05f
4 changed files with 157 additions and 105 deletions
+1
View File
@@ -9,6 +9,7 @@ edition = "2018"
log = "0.4.14"
env_logger = "0.9.0"
tokio = { version = "1.14.0", features = ["full"] }
futures = "0.3.18"
futures-util = "0.3.18"
tokio-tungstenite = "0.16.0"
tungstenite = "0.16.0"