6 lines
84 B
Rust

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