leafslug 0.2.0

Leafslug is an application to help happy hippies find food.
Documentation
1
2
3
4
5
6
7
8
watch-run: 
	cargo watch -q -c -w src/ -x  run | bunyan -l info 

watch-test:
	cargo watch -q -c -w tests/ -x "nextest run quick_dev --no-capture -F local" 

watch-clippy:
	cargo watch -q -c -w ./ -x "clippy --all-targets --all-features"