refactor: remove global/singleton settings object

This commit is contained in:
Greg Heartsfield
2022-09-06 06:12:07 -05:00
parent e48bae10e6
commit 2b03f11e5e
7 changed files with 148 additions and 127 deletions
+2 -1
View File
@@ -8,6 +8,7 @@ pub mod hexrange;
pub mod info;
pub mod nip05;
pub mod schema;
pub mod server;
pub mod subscription;
pub mod utils;
// Public API for creating relays programatically
pub mod server;