mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-31 10:08:13 -05: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(())
|
|
}
|