Rework server networking to use tonic gRPC lib.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
|
||||
fn main() -> Result<(), Box<dyn std::error::Error>> {
|
||||
tonic_prost_build::compile_protos("proto/nyash.proto")?;
|
||||
Ok(())
|
||||
}
|
||||
Reference in New Issue
Block a user