diff --git a/README.md b/README.md index 1152e65..043c029 100644 --- a/README.md +++ b/README.md @@ -28,11 +28,24 @@ the nightly Rust toolchain, while "dtolnay/rust-toolchain@1.42.0" pulls in All inputs are optional. -| Name | Description | -| ------------ | -----------------------------------------------------------------------------------------------------------------------------------| -| `toolchain` | Rustup toolchain specifier e.g. `stable`, `nightly`, `1.42.0`. **Important: the default is to match the @rev as described above.** | -| `target` | Additional target support to install e.g. `wasm32-unknown-unknown` | -| `components` | Comma-separated string of additional components to install e.g. `clippy, rustfmt` | + + + + + + + + + + + + + + + + + +
NameDescription
toolchainRustup toolchain specifier e.g. stable, nightly, 1.42.0. Important: the default is to match the @rev as described above.
targetAdditional target support to install e.g. wasm32-unknown-unknown
componentsComma-separated string of additional components to install e.g. clippy, rustfmt
## License