e3d72cc4cb
Tonic support was added to tokio-listener upstream which removes the need for use to have tonic compatibility wrapper types around it. See: https://github.com/vi/tokio-listener/pull/2 Fixes b/311 Change-Id: I04a2dbb3bc3c8bfe9339583c0b46070c7ec97811 Reviewed-on: https://cl.tvl.fyi/c/depot/+/9721 Tested-by: BuildkiteCI Reviewed-by: flokli <flokli@flokli.de>
9 lines
114 B
Rust
9 lines
114 B
Rust
#[cfg(feature = "fs")]
|
|
pub mod fs;
|
|
|
|
pub mod nar;
|
|
pub mod pathinfoservice;
|
|
pub mod proto;
|
|
|
|
#[cfg(test)]
|
|
mod tests;
|