Connect to aoba grpc server and retreive data
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
fn main() -> Result<(), Box<dyn std::error::Error>> {
|
||||
tonic_build::configure()
|
||||
.build_server(false)
|
||||
.build_client(true)
|
||||
.compile_protos(&["..\\AobaServer\\Proto\\Aoba.proto"], &["..\\AobaServer\\Proto\\"])?;
|
||||
|
||||
Ok(())
|
||||
|
||||
Reference in New Issue
Block a user