1
Fork 0
mirror of https://github.com/RGBCube/dix synced 2025-07-30 21:27:45 +00:00

src/main.rs: add coloring

This commit is contained in:
Bloxx12 2025-05-04 18:02:33 +02:00
parent 2d92e91205
commit 2893509d42
No known key found for this signature in database
3 changed files with 47 additions and 14 deletions

26
Cargo.lock generated
View file

@ -107,6 +107,15 @@ version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
[[package]]
name = "colored"
version = "3.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fde0e0ec90c9dfb3b4b1a0891a7dcd0e2bffde2f7efed5fe7c9bb00e5bfb915e"
dependencies = [
"windows-sys",
]
[[package]]
name = "heck"
version = "0.5.0"
@ -125,6 +134,15 @@ version = "2.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
[[package]]
name = "nnpdt"
version = "0.1.0"
dependencies = [
"clap",
"colored",
"regex",
]
[[package]]
name = "once_cell"
version = "1.21.3"
@ -207,14 +225,6 @@ version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
[[package]]
name = "version-diff"
version = "0.1.0"
dependencies = [
"clap",
"regex",
]
[[package]]
name = "windows-sys"
version = "0.59.0"