build:
	cargo build

run:
	cargo run

test:
	cargo test

fmt:
	cargo fmt

lint:
	cargo clippy

doc:
	cargo doc --open