build.rs 89 B

12345
  1. use lib_infra::code_gen;
  2. fn main() {
  3. code_gen::protobuf_file::gen("flowy-error");
  4. }