tinyrick 0.0.25

a freeform Rust build system
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
.POSIX:
.SILENT:
.PHONY: all

all:
	cargo install --force \
		cargo-audit \
		cargo-cache \
		cargo-edit
	rustup component add \
		clippy \
		rustfmt