cargo-hack 0.5.9

Cargo subcommand to provide various options useful for testing and continuous integration.
1
2
3
4
.DEFAULT_GOAL := install
.PHONY: install
install:
	@cargo install -f --path . --debug