chore: support compile af on frontend/ directory

This commit is contained in:
appflowy
2022-02-15 10:10:47 +08:00
parent f65ee293ae
commit aecf29ddca
4 changed files with 146 additions and 1 deletions

View File

@ -6,7 +6,7 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
flowy-sdk = { path = "../flowy-sdk"}
flowy-sdk = { path = "../flowy-sdk", default-features = false }
flowy-user = { path = "../flowy-user"}
flowy-net = { path = "../flowy-net"}
flowy-folder = { path = "../flowy-folder", default-features = false}