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

6 lines
94 B
Rust
Raw Normal View History

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