cargo-ensure-installed

Crates.iocargo-ensure-installed
lib.rscargo-ensure-installed
version0.2.1
sourcesrc
created_at2018-01-05 11:30:45.394388
updated_at2018-05-11 11:37:33.876914
descriptionLike cargo install but if you already have a suitable version, simply leaves it as-is.
homepage
repositoryhttps://github.com/illicitonion/cargo-ensure-installed
max_upload_size
id45602
size21,119
Daniel Wagner-Hall (illicitonion)

documentation

README

cargo-ensure-installed

Build Status Latest Version

Like cargo install but if you already have a suitable version, simply leaves it as-is.

Installation

cargo install cargo-ensure-installed

Usage

cargo ensure-install --package=rustfmt --version=0.9.0

Version may be any version requirement understood by SemVer.

License

This project is licensed under Apache 2.

Commit count: 8

cargo fmt