aboutsummaryrefslogtreecommitdiff
path: root/justfile
blob: 93371e86ab821e73a215d865b432035fa6a3b7a7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
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