cargo-n64 icon indicating copy to clipboard operation
cargo-n64 copied to clipboard

Install rust-src, rls, and clippy as needed

Open parasyte opened this issue 5 years ago • 2 comments

rust-src is required by cargo-xbuild, rls, and clippy.

  • rls is going to be used by the "rls" command: #4
  • clippy is going to be used by rls

parasyte avatar Jun 23 '19 16:06 parasyte

@parasyte where do I install? On the Cargo.toml?

gogo2464 avatar Oct 27 '19 14:10 gogo2464

These are development dependencies that cargo-n64 needs (or will need) to run certain commands. The installation instructions are included in the readme: https://github.com/rust-console/cargo-n64#installation

The purpose of this ticket is to install these dependencies automatically when requested, or tell the user what needs to be installed when a dependency is not available.

parasyte avatar Oct 27 '19 19:10 parasyte