-
Notifications
You must be signed in to change notification settings - Fork 0
/
justfile
19 lines (17 loc) · 850 Bytes
/
justfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
check:
cargo check --manifest-path=./rust/crates/crudlf_core/Cargo.toml
cargo check --manifest-path=./rust/crates/crudlf_derive/Cargo.toml
cargo check --manifest-path=./rust/crates/security/Cargo.toml
cargo check --manifest-path=./rust/crates/sql/Cargo.toml
cargo check --manifest-path=./rust/crates/sqlite_backup/Cargo.toml
cargo check --manifest-path=./rust/Cargo.toml
test:
cargo test --manifest-path=./rust/crates/crudlf_core/Cargo.toml
cargo test --manifest-path=./rust/crates/crudlf_derive/Cargo.toml
cargo test --manifest-path=./rust/crates/security/Cargo.toml
cargo test --manifest-path=./rust/crates/sql/Cargo.toml
cargo test --manifest-path=./rust/crates/sqlite_backup/Cargo.toml
cargo test --manifest-path=./rust/Cargo.toml
frb:
# cargo install flutter_rust_bridge_codegen
flutter_rust_bridge_codegen generate