refactor(proto): replace anyhow with thiserror in handshake

This commit is contained in:
Jindřich Moravec 2023-12-15 16:31:10 +01:00
parent da6410ce05
commit 165f871324
3 changed files with 25 additions and 2 deletions

View file

@ -1 +1,2 @@
pub mod server;
pub mod errors;