teapot_tools 0.2.0

Replacement for depot_tools (gclient) and luci-go (cipd)
Documentation
1
2
3
4
fn main() -> Result<(), Box<dyn std::error::Error>> {
    prost_build::compile_protos(&["proto/cipd/Repository.proto"], &["proto"])?;
    Ok(())
}