mondeja/Get current crate version
Get the version of the current Rust crate using cargo.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| working-directory | The directory containing the Cargo.toml file. Defaults to the root of the repository. | no | . |
Outputs
| name | description |
|---|---|
| version | Version of the crate |