Extract protobuf structs from flowy-sync crate (#1425)

* refactor: extract data model from flowy-sync crate

* chore: rename lib-infra features
This commit is contained in:
Nathan.fooo
2022-11-08 21:13:28 +08:00
committed by GitHub
parent 7f6ad504fd
commit 882d5535e6
85 changed files with 270 additions and 344 deletions

View File

@ -38,6 +38,5 @@ openssl_vendored = ["flowy-sdk/openssl_vendored"]
[build-dependencies]
lib-infra = { path = "../../../shared-lib/lib-infra", features = [
"protobuf_file_gen",
"dart",
] }