https://github.com/romnn/publish-crates
publish rust crates with support for cargo workspaces.
https://github.com/romnn/publish-crates
actions ci-cd crates crates-io dag dependencies publish release-automation rust workspaces
Last synced: 3 months ago
JSON representation
publish rust crates with support for cargo workspaces.
- Host: GitHub
- URL: https://github.com/romnn/publish-crates
- Owner: romnn
- License: mit
- Created: 2022-11-25T16:23:56.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-12-28T20:43:31.000Z (6 months ago)
- Last Synced: 2026-03-28T00:52:42.541Z (3 months ago)
- Topics: actions, ci-cd, crates, crates-io, dag, dependencies, publish, release-automation, rust, workspaces
- Language: Rust
- Homepage: https://docs.rs/publish-crates
- Size: 806 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## publish crates
[
](https://github.com/romnn/publish-crates/actions/workflows/build.yaml)
[
](https://github.com/romnn/publish-crates/actions/workflows/test.yaml)
[](https://deps.rs/repo/github/romnn/publish-crates)
[
](https://docs.rs/publish-crates)
[
](https://crates.io/crates/publish-crates)
### Installation
```bash
brew install --cask romnn/tap/cargo-publish-crates
# Or install from source
cargo install cargo-publish-crates
```
### Development
Run the cargo plugin locally:
```bash
cargo run -p cargo-publish-crates -- --path ./path/to/crate
```