build.rs 98 B

12345
  1. use lib_infra::code_gen;
  2. fn main() {
  3. code_gen::protobuf_file::gen(env!("CARGO_PKG_NAME"));
  4. }