aboutsummaryrefslogtreecommitdiff
path: root/justfile
diff options
context:
space:
mode:
Diffstat (limited to 'justfile')
-rw-r--r--justfile21
1 files changed, 4 insertions, 17 deletions
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