build:
	cargo build
test:
	cargo test
lint:
	cargo fmt