refactor: refactor some crates with http_server

This commit is contained in:
appflowy
2022-02-07 14:40:45 +08:00
parent 680d130986
commit 084e9c5f6f
33 changed files with 3172 additions and 1477 deletions

View File

@ -34,6 +34,7 @@ private = true
script = [
"""
cd rust-lib/
rustup show
echo cargo build --package=dart-ffi --target ${RUST_COMPILE_TARGET} --features "${FEATURES}"
cargo build --package=dart-ffi --target ${RUST_COMPILE_TARGET} --features "${FEATURES}"
cd ../