tri 0.1.0

A simple task bot for Slack.
all: build test
build:
	cargo build
	cargo build --release
test:
	cargo test
	cargo test --release
watch:
	cargo watch -x check -x doc -x test -x run