mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
chore: remove unused features (#5196)
* chore: remove unused features * chore: update logs
This commit is contained in:
@ -47,10 +47,9 @@ serde_yaml = "0.9.27"
|
||||
flowy-error = { workspace = true, features = ["impl_from_sqlite", "impl_from_dispatch_error", "impl_from_appflowy_cloud", "impl_from_reqwest", "impl_from_serde", "dart"] }
|
||||
|
||||
[features]
|
||||
default = ["dart", "rev-sqlite"]
|
||||
default = ["dart"]
|
||||
dart = ["flowy-core/dart"]
|
||||
rev-sqlite = ["flowy-core/rev-sqlite"]
|
||||
http_sync = ["flowy-core/http_sync", "flowy-core/use_bunyan"]
|
||||
http_sync = ["flowy-core/http_sync"]
|
||||
openssl_vendored = ["flowy-core/openssl_vendored"]
|
||||
verbose_log = []
|
||||
|
||||
|
Reference in New Issue
Block a user