jacklog 0.0.4

Easy way to get logging the way Jack always wants anyway
Documentation
1
2
3
4
5
6
7
8
9
10
11
.PHONY: test
test:
	cargo test

.PHONY: publish
publish:
	cargo publish --dry-run
	verto
	git push
	cargo publish
	git tag -f published