reanme flowy-workspace to flowy-core

This commit is contained in:
appflowy
2021-12-06 14:41:09 +08:00
parent cea83238eb
commit 29c14949cb
126 changed files with 114 additions and 804 deletions

View File

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