Skip to content

afranchuk/cargo-merge-driver

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Automatically merge Cargo.lock files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 100.0%