6 lines
98 B
Rust

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