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

6 lines
92 B
Rust

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