run:
	cargo run -- parse --file request.json

test:
	cargo test

fmt:
	cargo fmt

clippy:
	cargo clippy

build:
	cargo build
	