fn main() {
let empty: &[&'_ str] = &[];
prost_build::compile_protos(&["proto/api.proto"], empty).unwrap();
}