This repository provides a Homebrew tap for the cargo-wsdeps
command, which is a tool for managing workspace dependencies in Rust projects.
To install the cargo-wsdeps
command using Homebrew, you can tap this repository and install the formula with the following commands:
brew tap ecliptical/cargo-wsdeps
brew install cargo-wsdeps
Once installed, you can use the cargo-wsdeps
command in your terminal. Here are some basic usage examples:
cargo wsdeps [options]
For more detailed usage instructions, please refer to the documentation in the cargo-wsdeps
repository: ecliptical/cargo-wsdeps.
If you would like to contribute to this Homebrew tap, feel free to submit a pull request or open an issue.
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
.
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.
This project is licensed under the MIT License. See the LICENSE file for more details.