diff --git a/Makefile.rust b/Makefile.rust index d503c04..302882e 100644 --- a/Makefile.rust +++ b/Makefile.rust @@ -2,11 +2,13 @@ CARGO := cargo .PHONY: setup full-lint +# Установить "maturin", "cargo-deny", "cargo-audit", "taplo-cli", "cross" setup: @echo "Installing Rust components and tools..." rustup component add clippy rustfmt $(CARGO) install maturin cargo-deny cargo-audit taplo-cli cross --locked +# Провести все проверки по коду full-lint: @echo "Running rustfmt..." $(CARGO) fmt --all -- --check