6 lines
92 B
Rust

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