feat: implementation of proposed NIP-11 (server metadata)

This commit is contained in:
Greg Heartsfield
2022-01-03 18:42:24 -05:00
parent 19637d612e
commit d3da4eb009
7 changed files with 118 additions and 5 deletions
+1
View File
@@ -4,5 +4,6 @@ pub mod conn;
pub mod db;
pub mod error;
pub mod event;
pub mod info;
pub mod protostream;
pub mod subscription;