Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 531 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 531 Bytes

cargo-merge-driver

Automatically merge Cargo.lock files.

Installation

To enable cargo-merge-driver globally, clone and run:

$ cargo install --path .
$ cargo-merge-driver install --global

Alternatively, it can be enabled per-repository:

$ cargo install --path .
$ cd /path/to/git/repository/
$ cargo-merge-driver install

In the future this may be published to crates.io, in which case the first cargo install commands can be replaced with simply:

$ cargo install cargo-merge-driver