build.rs 93 B

12345
  1. use lib_infra::pb_gen;
  2. fn main() {
  3. pb_gen::gen("error-code", "./src/protobuf/proto");
  4. }