feat: support option enum in pb

This commit is contained in:
appflowy
2022-03-11 22:07:01 +08:00
parent e11176436d
commit df399d3f35
8 changed files with 267 additions and 264 deletions

View File

@ -7,8 +7,8 @@ edition = "2018"
[lib]
name = "dart_ffi"
# this value will change depending on the target os
# default cdylib
crate-type = ["cdylib"]
# default staticlib
crate-type = ["staticlib"]
[dependencies]