capp 0.3.5

Common things i use to build Rust CLI tools for web crawlers.
Documentation
1
2
3
4
5
6
.PHONY: tags tests

tags:
	ctags -R --exclude=.mypy_cache/* --exclude=*/.mypy_cache/* --exclude=*/*.json \
		--exclude=target/* .