tinkc 0.1.6

Tinkerbell tink grpc client wrapper
Documentation
1
2
3
4
5
6
7
fn main() -> Result<(), Box<dyn std::error::Error>> {
    tonic_build::configure().build_server(false).compile(
        &["proto/workflow.proto", "proto/hardware.proto"],
        &["proto"],
    )?;
    Ok(())
}