fl03/Publish Rust
Build and publish rust packages to crates-io
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| all-features | build and publish all availible features | yes | true |
| package | The name of the package being published | yes | — |
| platform | The operating system of the runner | yes | ubuntu-latest |
| target | The target to build the crate with | yes | x86_64-unknown-linux-gnu |
| toolchain | The rustup toolchain to leverage when building the crate | yes | stable |
| who-to-greet | Who to greet | yes | World |
Outputs
| name | description |
|---|---|
| time | The time we greeted you |