a (hacky, wip) multi-tenant oidc-terminating reverse proxy, written in anger on top of pingora
at wip/primary 6 lines 214 B view raw
1fn main() -> std::io::Result<()> { 2 prost_reflect_build::Builder::new() 3 .descriptor_pool("crate::config::DESCRIPTOR_POOL") 4 .compile_protos(&["src/config/format.proto"], &["src/"])?; 5 Ok(()) 6}