diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..f6c2d09 --- /dev/null +++ b/Makefile @@ -0,0 +1,3 @@ +.PHONY: publish +publish: + cargo publish --manifest-path core/lib/Cargo.toml