refactor: read cache proto info

This commit is contained in:
appflowy
2022-02-09 18:17:06 +08:00
parent 1c3c519b14
commit 4b63170e56
27 changed files with 133 additions and 162 deletions

View File

@ -1,5 +1,5 @@
use lib_infra::pb;
fn main() {
pb::gen_files("dart-ffi", "./src/protobuf/proto");
pb::gen_files(env!("CARGO_PKG_NAME"), "./src/protobuf/proto");
}