mirror of
https://github.com/RGBCube/dix
synced 2025-07-30 21:27:45 +00:00
colored diffing
This commit is contained in:
parent
353bf1a7b7
commit
0d47c30b54
3 changed files with 62 additions and 7 deletions
7
Cargo.lock
generated
7
Cargo.lock
generated
|
@ -122,6 +122,12 @@ version = "1.0.3"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
|
||||
|
||||
[[package]]
|
||||
name = "diff"
|
||||
version = "0.1.13"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
|
||||
|
||||
[[package]]
|
||||
name = "env_filter"
|
||||
version = "0.1.3"
|
||||
|
@ -245,6 +251,7 @@ name = "nix-diff"
|
|||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"clap",
|
||||
"diff",
|
||||
"env_logger",
|
||||
"log",
|
||||
"regex",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue