AppFlowy/frontend/rust-lib/flowy-notification/build.rs
Nathan.fooo 347245aaa1
Refactor/dart notification (#1740)
* refactor: notification send

* refactor: rename dart-notify to flowy-notification

* ci: fix clippy wanrings

* ci: fix rust code converage
2023-01-26 15:40:23 +08:00

4 lines
77 B
Rust

fn main() {
flowy_codegen::protobuf_file::gen(env!("CARGO_PKG_NAME"));
}