refactor: generate the pb files using build.rs

This commit is contained in:
appflowy
2022-02-08 14:36:59 +08:00
parent 59aed762e7
commit 9135b92a39
73 changed files with 660 additions and 1188 deletions

View File

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