pub fn cargo_install(
    tool: Tool,
    cache: &Cache,
    version: &str,
    install_permitted: bool
) -> Result<Status, Error>
Expand description

Use cargo install to install the tool locally into the given crate.