pub mod pb { pub mod shared { tonic::include_proto!("shared"); } pub mod daemon { tonic::include_proto!("deamon"); } } pub mod types;