reduce dependency bloat

This commit is contained in:
Maple 2025-11-13 09:51:05 +01:00
commit 11ba2b1470
11 changed files with 249 additions and 2225 deletions

View file

@ -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;