mirror of
https://github.com/scsibug/nostr-rs-relay.git
synced 2024-11-09 21:29:06 -05:00
5 lines
123 B
Rust
5 lines
123 B
Rust
|
fn main() -> Result<(), Box<dyn std::error::Error>> {
|
||
|
tonic_build::compile_protos("proto/nauthz.proto")?;
|
||
|
Ok(())
|
||
|
}
|