tinyrick_macros 0.0.1

procedural macros for scheduling development tasks
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
.POSIX:
.SILENT:
.PHONY: all

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