From 83d8340fc68efc43e76f1419f51875d0b305e3cd Mon Sep 17 00:00:00 2001 From: Mads Hougesen Date: Sat, 23 Dec 2023 21:35:49 +0100 Subject: [PATCH] build: script for publishing crates --- Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Makefile diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..73086af --- /dev/null +++ b/Makefile @@ -0,0 +1,8 @@ +publish-crates: + cargo check + cargo test + cargo build --release + cargo publish -p hitt-formatter + cargo publish -p hitt-parser + cargo publish -p hitt-request + cargo publish -p hitt