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

6 lines
92 B
Rust
Raw Normal View History

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