Start using the new zrpc::peer2::Peer in Server

This commit is contained in:
Antonio Scandurra
2021-08-19 15:01:57 +02:00
parent 9336c02867
commit 5dee7ecf5b
3 changed files with 145 additions and 1 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
pub mod auth;
mod peer;
mod peer2;
pub mod peer2;
pub mod proto;
#[cfg(any(test, feature = "test-support"))]
pub mod test;