cerbos 0.3.0

Rust SDK for working with Cerbos: an open core, language-agnostic, scalable authorization solution
Documentation
1
2
3
4
5
6
fn main() -> Result<(), std::io::Error> {
    tonic_build::configure()
        .out_dir("src/genpb")
        .build_server(false)
        .compile(&["proto/defs/cerbos/svc/v1/svc.proto"], &["proto/defs/"])
}