build:
	cargo build --release

publish:
	cargo publish --token ${TOKEN}

test:
	cargo test

clean:
	cargo clean

.PHONY: build publish test clean
