6 lines
98 B
Rust
Raw Normal View History

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