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

switch to yansi

This commit is contained in:
Bloxx12 2025-05-04 23:45:12 +02:00
parent 470405b189
commit 65a8d85114
No known key found for this signature in database
3 changed files with 20 additions and 28 deletions

17
Cargo.lock generated
View file

@ -107,15 +107,6 @@ 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"
@ -139,8 +130,8 @@ name = "nnpdt"
version = "0.1.0"
dependencies = [
"clap",
"colored",
"regex",
"yansi",
]
[[package]]
@ -297,3 +288,9 @@ name = "windows_x86_64_msvc"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
[[package]]
name = "yansi"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"