6 lines
93 B
Rust
Raw Normal View History

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