mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
5 lines
121 B
Rust
5 lines
121 B
Rust
fn main() -> Result<(), Box<dyn std::error::Error>> {
|
|
tonic_build::compile_protos("proto/exex.proto")?;
|
|
Ok(())
|
|
}
|