build:
	cargo build

dev:
	cargo watch -c -x 'run --bin johnston'

test:
	cargo watch -c -x test

