dev:
	cargo watch -x build

test:
	cargo watch -x test

test-once:
	cargo test