rename flowy-core to flowy-folder that manages the workspace,app,view

This commit is contained in:
appflowy
2022-01-27 20:39:54 +08:00
parent 17955bcf43
commit 2fa99a563c
213 changed files with 1008 additions and 1044 deletions

View File

@ -13,7 +13,7 @@ cargo test
dependencies = ["rm_cache"]
script = """
cd rust-lib
cargo test --features "flowy-core/http_server","flowy-user/http_server"
cargo test --features "flowy-folder/http_server","flowy-user/http_server"
"""