6 lines
92 B
Rust

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