diff options
| author | Fuwn <[email protected]> | 2025-05-21 08:12:53 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-05-21 08:12:53 +0000 |
| commit | a4ef332156592d54706e257cde72e31b745176e6 (patch) | |
| tree | 3d6775af12bb982baf29e0194ad01fb1a486798f /justfile | |
| parent | chore(git): Update ignored files (diff) | |
| download | september-a4ef332156592d54706e257cde72e31b745176e6.tar.xz september-a4ef332156592d54706e257cde72e31b745176e6.zip | |
chore(just): Use base Cargo Justfile from Fuwn/justfiles
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 |