This commit is contained in:
2026-08-12 14:11:47 -04:00
parent 79894f654d
commit f852da4f4e
48 changed files with 4379 additions and 779 deletions
+7
View File
@@ -0,0 +1,7 @@
fn main() {
tonic_prost_build::compile_protos("../proto/inference.proto")
.unwrap_or_else(|e| panic!("Failed to compile protos {:?}", e));
println!("cargo::rerun-if-changed=build.rs");
println!("cargo::rerun-if-changed=proto/inference.proto");
}