AppFlowy/frontend/rust-lib/flowy-error/build.rs
2022-12-01 15:17:55 +08:00

4 lines
68 B
Rust

fn main() {
flowy_codegen::protobuf_file::gen("flowy-error");
}