mirror of
https://github.com/scsibug/nostr-rs-relay.git
synced 2024-11-13 22:49:07 -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(())
|
|
}
|