Basic default client

This commit is contained in:
Lucio Franco
2019-08-31 00:52:26 -04:00
parent 0393172f95
commit 2ce4a7969e
9 changed files with 102 additions and 47 deletions
-2
View File
@@ -1,6 +1,4 @@
use hyper::Server;
use std::time::Duration;
use tokio::timer::Delay;
use tonic::{Request, Response, Status};
pub mod hello_world {