AppFlowy/frontend/rust-lib/flowy-error/build.rs

6 lines
94 B
Rust

use lib_infra::pb_gen;
fn main() {
pb_gen::gen("flowy-error", "./src/protobuf/proto");
}