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

5 lines
90 B
Rust

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