debug:
	RUST_LOG=chinchilib=debug cargo run

info:
	RUST_LOG=chinchilib=info cargo run

