build:
	cargo build --release
install:
	cargo install --path .
reinstall:
	cargo install --force path .
