build:
	cargo build

test:
	cargo test

publish: build test
	cargo publish
