diff options
Diffstat (limited to 'justfile')
| -rw-r--r-- | justfile | 21 |
1 files changed, 4 insertions, 17 deletions
@@ -1,20 +1,7 @@ +import? 'cargo.just' + default: @just --list -fmt: - cargo fmt - -check: - cargo check --all-features - -checkf: - @just fmt - @just check - -checkfc: - @just checkf - cargo clippy - -run: - @just checkfc - cargo run +fetch: + curl https://raw.githubusercontent.com/Fuwn/justfiles/refs/heads/main/cargo.just > cargo.just |