build.rs 101 B

12345
  1. use lib_infra::pb;
  2. fn main() {
  3. pb::gen_files(env!("CARGO_PKG_NAME"), "./src/protobuf/proto");
  4. }