holger-server-lib 0.5.0

Holger server library: config, wiring, gRPC service, Rust API
1
2
3
4
fn main() -> Result<(), Box<dyn std::error::Error>> {
    tonic_build::compile_protos("proto/holger.proto")?;
    Ok(())
}