AppFlowy/frontend/rust-lib/dart-ffi/build.rs

6 lines
91 B
Rust

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