blob: e3939d411a3b2e0ea41b4f3aa87ec7c2aedef63e [file] [log] [blame]
fn main() -> Result<(), Box<dyn std::error::Error>> {
let proto_file = "../../libs/debian_service/proto/DebianService.proto";
tonic_build::compile_protos(proto_file).unwrap();
Ok(())
}