From 911e58637bf58e6aca6243c668435d1330fd8eb9 Mon Sep 17 00:00:00 2001 From: Sebastian Imlay Date: Sat, 16 Jan 2021 21:44:50 -0800 Subject: [PATCH] Added deployment section and added publish-crates --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 619db70..c2e26d1 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,10 @@ Various Actions helping to use all these amazing Rust crates +## Deployment + +- [katyo/publish-crates](https://github.com/katyo/publish-crates) - Checks if this crate (or any of the crates in this workspace) can be published and publishes them. + ## Dependency Management - [orf/cargo-bloat-action](https://github.com/marketplace/actions/cargo-bloat) - Analyse and track your Rust project binary size over time ![GitHub stars](https://img.shields.io/github/stars/orf/cargo-bloat-action?style=social)