mirror of
https://github.com/bolucat/Archive.git
synced 2025-12-24 13:28:37 +08:00
5 lines
126 B
Rust
5 lines
126 B
Rust
fn main() -> Result<(), Box<dyn std::error::Error>> {
|
|
tonic_build::compile_protos("proto/transport.proto")?;
|
|
Ok(())
|
|
}
|