mirror of
https://github.com/optim-enterprises-bv/openlan-cgw.git
synced 2025-10-29 17:32:21 +00:00
5 lines
124 B
Rust
5 lines
124 B
Rust
fn main() -> Result<(), Box<dyn std::error::Error>> {
|
|
tonic_build::compile_protos("src/proto/cgw.proto")?;
|
|
Ok(())
|
|
}
|