6 lines
83 B
Rust
Raw Normal View History

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