mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-07-13 12:06:03 +00:00
6 lines
92 B
Rust
6 lines
92 B
Rust
use lib_infra::pb;
|
|
|
|
fn main() {
|
|
pb::gen_files("dart-notify", "./src/protobuf/proto");
|
|
}
|