install:
	cargo install --path .

clean:
	cargo clean

fmt:
    cargo fmt --all