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

5 lines
83 B
Rust

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