https://github.com/relrelb/cargo-merge-driver
Automatically merge Cargo.lock files
https://github.com/relrelb/cargo-merge-driver
Last synced: 4 months ago
JSON representation
Automatically merge Cargo.lock files
- Host: GitHub
- URL: https://github.com/relrelb/cargo-merge-driver
- Owner: relrelb
- Created: 2021-01-19T22:00:42.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-08-31T10:09:45.000Z (about 1 year ago)
- Last Synced: 2025-04-10T01:38:45.396Z (7 months ago)
- Language: Rust
- Homepage:
- Size: 12.7 KB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# `cargo-merge-driver`
Automatically merge `Cargo.lock` files.
## Installation
To enable `cargo-merge-driver` globally, run:
```sh
$ cargo install cargo-merge-driver
$ cargo-merge-driver install --global
```
Alternatively, it can be enabled per-repository:
```sh
$ cargo install cargo-merge-driver
$ cd /path/to/git/repository/
$ cargo-merge-driver install
```