An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

## publish crates

[build status](https://github.com/romnn/publish-crates/actions/workflows/build.yaml)
[test status](https://github.com/romnn/publish-crates/actions/workflows/test.yaml)
[![dependency status](https://deps.rs/repo/github/romnn/publish-crates/status.svg)](https://deps.rs/repo/github/romnn/publish-crates)
[docs.rs](https://docs.rs/publish-crates)
[crates.io](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
```