gnostr-relay 0.0.2

gnostr:git+nostr protocol relay
Documentation
1
2
3
4
5
6
7
fn main() -> Result<(), Box<dyn std::error::Error>> {
    tonic_build::configure()
        .build_server(false)
        .protoc_arg("--experimental_allow_proto3_optional")
        .compile(&["proto/nauthz.proto"], &["proto"])?;
    Ok(())
}