run:
	cargo run -- example.xml

test:
	cargo test

fmt:
	cargo fmt

lint:
	cargo clippy

build:
	cargo build
