cri-api 0.2.0

Bindings Kubernetes CRI
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
/**
 * Copyright (2024, ) Institute of Software, Chinese Academy of Sciences
 * since 0.1.1
 **/

fn main() {
    tonic_build::configure()
        .type_attribute(".", "#[derive(serde::Serialize, serde::Deserialize)]")
        .compile_protos(&["proto/v1.proto"], &["proto/"])
        .unwrap();

}