From 67654c7e5f96b515da1a39b132c6d21f30d978bd Mon Sep 17 00:00:00 2001 From: Fuwn Date: Mon, 2 Jun 2025 12:31:53 +0000 Subject: chore: Migrate to just from cargo-make --- justfile | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 justfile (limited to 'justfile') diff --git a/justfile b/justfile new file mode 100644 index 0000000..9c142cc --- /dev/null +++ b/justfile @@ -0,0 +1,21 @@ +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 + +test: + cargo test --all-features + +docs: + cargo +nightly doc --open --no-deps + +example example: + cargo run --example {{ example }} --all-features -- cgit v1.2.3