syros 1.0.1

Syros - Distributed Coordination Service
Documentation
1
2
3
4
5
6
fn main() -> Result<(), Box<dyn std::error::Error>> {
    volo_build::Builder::protobuf()
        .include_dirs(vec![std::path::PathBuf::from("proto")])
        .filename("proto/syros.proto".into());
    Ok(())
}