This repository has been archived by the owner on Oct 10, 2023. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
registry: no default inputs for Rust
We require users to have installed `cargo` (typically done via `rustup`), which includes `rustc`, `cargo`, and `rustfmt` by default. We could recommend `rustup` directly (e.g. instead of any distro package) in order to easily support the `rust-toolchain.toml` file that may or may not exist in any given project.
- Loading branch information