We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5ce6c4 commit a9dc020Copy full SHA for a9dc020
.gitignore
@@ -19,3 +19,5 @@ Cargo.lock
19
/*.json
20
/*.png
21
22
+# Fuwn/justfiles
23
+*.just
Makefile.toml
justfile
@@ -0,0 +1,7 @@
1
+import? 'cargo.just'
2
+
3
+default:
4
+ @just --list
5
6
+fetch:
7
+ curl https://raw.githubusercontent.com/Fuwn/justfiles/refs/heads/main/cargo.just > cargo.just
0 commit comments