reduce dependency bloat
This commit is contained in:
parent
5782951e68
commit
11ba2b1470
11 changed files with 249 additions and 2225 deletions
|
|
@ -2,7 +2,7 @@
|
|||
//! before account rs is finished.
|
||||
//!
|
||||
//! This WILL be deprecated as soon as account rs is in a stable state.
|
||||
use tonic::{Request, Status};
|
||||
//use tonic::{Request, Status};
|
||||
|
||||
type InterceptorFunc = Box<dyn Fn(Request<()>) -> Result<Request<()>, Status> + Send>;
|
||||
//type InterceptorFunc = Box<dyn Fn(Request<()>) -> Result<Request<()>, Status> + Send>;
|
||||
pub mod account;
|
||||
Loading…
Add table
Add a link
Reference in a new issue