6 lines
86 B
Rust

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