4 lines
68 B
Rust
Raw Normal View History

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