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

https://github.com/ecliptical/homebrew-cargo-wsdeps

Homebrew tap for the cargo wsdeps command.
https://github.com/ecliptical/homebrew-cargo-wsdeps

Last synced: 3 months ago
JSON representation

Homebrew tap for the cargo wsdeps command.

Awesome Lists containing this project

README

          

# Homebrew Tap for cargo-wsdeps

This repository provides a Homebrew tap for the `cargo-wsdeps` command, which is a tool for managing workspace dependencies in Rust projects.

## Installation

To install the `cargo-wsdeps` command using Homebrew, you can tap this repository and install the formula with the following commands:

```bash
brew tap ecliptical/cargo-wsdeps
brew install cargo-wsdeps
```

## Usage

Once installed, you can use the `cargo-wsdeps` command in your terminal. Here are some basic usage examples:

```bash
cargo wsdeps [options]
```

For more detailed usage instructions, please refer to the documentation in the `cargo-wsdeps` repository: [ecliptical/cargo-wsdeps](https://github.com/ecliptical/cargo-wsdeps).

## Contributing

If you would like to contribute to this Homebrew tap, feel free to submit a pull request or open an issue.

## Automatic Updates

This formula is automatically updated whenever a new release of `cargo-wsdeps` is published.

This ensures that the Homebrew tap is always up-to-date with the latest version of `cargo-wsdeps`.

## Maintenance

This repository uses Dependabot to keep GitHub Actions up to date. Dependabot automatically creates pull requests to update GitHub Actions workflows to their latest versions, helping maintain security and functionality.

## License

This project is licensed under the MIT License. See the LICENSE file for more details.