Skip to content

Commit

Permalink
feat: install tooling via just
Browse files Browse the repository at this point in the history
  • Loading branch information
ngutech21 committed Nov 23, 2023
1 parent 2032d9c commit 8385d55
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions justfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
export CFLAGS := ""

# install all dependencies
deps:
cargo install flutter_rust_bridge_codegen@1.82.4 sqlx-cli@0.7.2 typos-cli grcov wasm-pack wasm-opt just


# list all tasks
default:
Expand Down

0 comments on commit 8385d55

Please sign in to comment.