1 2 3 4 5 6 7 8 9 10 11 12
lint: cargo fmt --check cargo clippy --all-targets --all-features -- -D warnings cargo check --release --locked build: cargo build --release ls -lh target/release/$(shell basename $(CURDIR)) update: @# cargo install cargo-edit cargo upgrade -i