build:
	cargo build

fmt:
	cargo fmt

test:
	cargo test -- --nocapture
