4 lines
77 B
Rust
Raw Normal View History

fn main() {
2022-12-01 14:56:20 +08:00
flowy_codegen::protobuf_file::gen(env!("CARGO_PKG_NAME"));
}