change: Rename just file
Some checks failed
Write changelog / write-changelog (push) Successful in 5s
CI / Rust format (push) Successful in 1m15s
CI / Rust check (push) Successful in 5m39s
CI / Rust clippy (push) Failing after 5m35s
CI / Rust build (push) Successful in 7m27s

This commit is contained in:
Awiteb 2024-03-15 06:12:00 +03:00
parent f6aff22bb1
commit e231352009
Signed by: awiteb
GPG key ID: 3F6B55640AA6682F

View file

@ -1,7 +1,7 @@
# This justfile is for the contrbutors of this project, not for the end user.
#
# Requirements for this justfile:
# - Linux distribution, the real programer does not program on garbage OS like Windows or MacOS
# - Linux distribution
# - just (Of course) <https://github.com/casey/just>
# - cargo (For the build and tests) <https://doc.rust-lang.org/cargo/getting-started/installation.html>