6 lines
84 B
Rust
Raw Normal View History

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