VERSION := $(shell cat ../../../VERSION)

version:

publish-dry-run:
	cargo publish --dry-run --allow-dirty
 
publish:
	cargo publish
