From 48a8799d2e1d3b0aca5913a4b1f82d99aacdda83 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Wed, 21 May 2025 08:12:53 +0000 Subject: chore(just): Use base Cargo Justfile from Fuwn/justfiles --- .gitignore | 2 ++ justfile | 21 ++++----------------- 2 files changed, 6 insertions(+), 17 deletions(-) diff --git a/.gitignore b/.gitignore index b77edbd..d7935b2 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,5 @@ result* # macOS .DS_Store +# Fuwn/justfiles +*.just diff --git a/justfile b/justfile index 1ffc866..e5d6b38 100644 --- a/justfile +++ b/justfile @@ -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 -- cgit v1.2.3