refactor: move nostr server into library

This commit is contained in:
Greg Heartsfield
2022-09-06 05:56:04 -05:00
parent 59933ce25e
commit 8774416b92
3 changed files with 596 additions and 578 deletions
+1
View File
@@ -8,5 +8,6 @@ pub mod hexrange;
pub mod info;
pub mod nip05;
pub mod schema;
pub mod server;
pub mod subscription;
pub mod utils;