AppFlowy/frontend/rust-lib/dart-notify/build.rs
2022-02-09 18:17:06 +08:00

6 lines
101 B
Rust

use lib_infra::pb;
fn main() {
pb::gen_files(env!("CARGO_PKG_NAME"), "./src/protobuf/proto");
}