tbm-git-repo-service/build.rs
Pakin 7f8b19353a v1: initialize
- git repo fetcher service, compatible with registry tbm

Signed-off-by: Pakin <pakin.t@forth.co.th>
2025-12-16 09:32:37 +07:00

5 lines
167 B
Rust

fn main() -> Result<(), Box<dyn std::error::Error>> {
tonic_prost_build::configure().compile_protos(&["tbm-proto/registry.proto"], &["tbm-proto"])?;
Ok(())
}