build:
	cargo build
run:
	cargo run
install:
	cargo install --path . -f
upload:
	cargo publish
