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.
- Host: GitHub
- URL: https://github.com/ecliptical/homebrew-cargo-wsdeps
- Owner: ecliptical
- License: mit
- Created: 2025-05-26T20:48:50.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-27T04:47:38.000Z (about 1 year ago)
- Last Synced: 2025-05-27T05:20:29.494Z (about 1 year ago)
- Language: Ruby
- Size: 4.88 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.