Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jmg-duarte/lock-diff
🔒 Cargo.lock diffs made easy
https://github.com/jmg-duarte/lock-diff
cargo lockfile rust
Last synced: about 2 months ago
JSON representation
🔒 Cargo.lock diffs made easy
- Host: GitHub
- URL: https://github.com/jmg-duarte/lock-diff
- Owner: jmg-duarte
- License: mit
- Created: 2023-12-06T17:10:57.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-09T15:28:45.000Z (about 1 year ago)
- Last Synced: 2024-11-15T00:48:55.756Z (about 2 months ago)
- Topics: cargo, lockfile, rust
- Language: Rust
- Homepage:
- Size: 710 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🔒 lock-diff
Diff between `Cargo.lock`!
![](./static/screenshot.png)
## Usage
Using `lock-diff` is as simple as:
```
lock-diff
```### Features:
- Pager support
- Only shows changes by default (use `-v` to get everything)
- Colorized out of the box (use `--no-color` to disable)## Install
You can install `lock-diff` through `cargo`.
```
cargo install lock-diff
```### Building from source
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 .
```