refactor: cache proto file info

This commit is contained in:
appflowy
2022-02-09 13:08:49 +08:00
parent 7646f984e0
commit 1c3c519b14
14 changed files with 125 additions and 73 deletions

View File

@ -56,4 +56,4 @@ flowy_unit_test = ["lib-ot/flowy_unit_test", "flowy-sync/flowy_unit_test"]
dart = ["lib-infra/dart", "flowy-folder/dart", "flowy-folder/dart",]
[build-dependencies]
lib-infra = { path = "../../../shared-lib/lib-infra", features = ["pb_gen"] }
lib-infra = { path = "../../../shared-lib/lib-infra", features = ["pb_gen", "proto_gen"] }