debug:
	RUST_LOG=debug cargo run src/main.rs

info:
	RUST_LOG=info cargo run src/main.rs

run:
	cargo run src/main.rs
