gossan-fleet 0.3.3

Distributed fleet orchestration for Gossan
1
2
3
4
fn main() -> Result<(), Box<dyn std::error::Error>> {
    tonic_build::compile_protos("proto/fleet.proto")?;
    Ok(())
}