tatara-engine 0.2.228

Drivers, nix eval, cluster logic, P2P, and scheduling engine for tatara
Documentation
1
2
3
4
5
6
7
fn main() {
    #[cfg(feature = "grpc")]
    {
        tonic_build::compile_protos("../proto/tatara/v1/tatara.proto")
            .expect("Failed to compile protobuf");
    }
}