run:
	cargo run -- input.txt output.json

test:
	cargo test

fmt:
	cargo fmt

clippy:
	cargo clippy

build:
	cargo build