build.rs 77 B

123
  1. fn main() {
  2. flowy_codegen::protobuf_file::gen(env!("CARGO_PKG_NAME"));
  3. }