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

6 lines
84 B
Rust

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