drawio-exporter 1.1.0

Command Line Client To Enhance Files Export Using Draw.io Application
Documentation
build:
	@echo + $@
	cargo build

test:
	@echo + $@
	cargo test

fmt:
	@echo + $@
	cargo fmt --all -- --check

clippy:
	@echo + $@
	cargo clippy --all-features --all-targets

DEPS=
deps:
	@echo + $@
	cargo tree $(DEPS)

release-%:
	@echo + $@
	cargo release -- $*

dryrun-release-%:
	@echo + $@
	cargo release --dry-run -vv -- $*