6 lines
90 B
Rust

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