update readme

This commit is contained in:
2025-09-13 16:58:52 +01:00
parent 5c73ee7bd5
commit efccd6ed50
+9
View File
@@ -4,3 +4,12 @@ install:
cargo build --release
cp .\target\release\gta-tools.exe ~\.cargo\bin
cp .\target\release\gta-tools.exe ~\Documents
lint:
cargo clippy -- -W clippy::pedantic -W clippy::nursery -A clippy::cast_sign_loss -A clippy::cast_possible_truncation -A clippy::cast_possible_wrap
lint-full:
cargo clippy -- -W clippy::pedantic -W clippy::nursery -W clippy::unwrap_used
lint-unwraps:
cargo clippy -- -W clippy::unwrap_used