Add tower-h2 and more macro
This commit is contained in:
@@ -8,3 +8,4 @@ edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
tower-grpc = { git = "https://github.com/tower-rs/tower-grpc", branch = "std-future" }
|
||||
tonic-macros = { path = "../tonic-macros" }
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
pub use tower_grpc::*;
|
||||
|
||||
pub use tonic_macros::server;
|
||||
|
||||
use std::future::Future;
|
||||
use std::pin::Pin;
|
||||
use std::sync::Arc;
|
||||
|
||||
Reference in New Issue
Block a user