Crates.io | lock-diff |
lib.rs | lock-diff |
version | 0.1.0 |
source | src |
created_at | 2023-12-09 15:28:31.077166 |
updated_at | 2023-12-09 15:28:31.077166 |
description | Diff between `Cargo.lock` |
homepage | |
repository | https://github.com/jmg-duarte/lock-diff |
max_upload_size | |
id | 1063754 |
size | 877,267 |
Diff between Cargo.lock
!
Using lock-diff
is as simple as:
lock-diff <OLD-LOCK> <NEW-LOCK>
Pager support
Only shows changes by default (use -v
to get everything)
Colorized out of the box (use --no-color
to disable)
You can install lock-diff
through cargo
.
cargo install lock-diff
This crate does not depend on platform specific features, hence, building from source should be as easy as doing:
git clone https://github.com/jmg-duarte/lock-diff.git
cd lock-diff
cargo install --path .