diff options
Diffstat (limited to 'justfile')
| -rw-r--r-- | justfile | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,7 +1,12 @@ import? 'cargo.just' +set allow-duplicate-recipes := true + default: @just --list fetch: curl https://raw.githubusercontent.com/Fuwn/justfiles/a6ca8a1b0475966ad10b68c44311ba3cb8b72a31/cargo.just > cargo.just + +fmt: + cargo +nightly fmt |