build:
	cargo build

test:
	cargo test

fmt:
	cargo fmt

clippy:
	cargo clippy

publish:
	cargo publish
