This commit is contained in:
Jana Dönszelmann 2026-04-03 18:07:35 +02:00
parent bb8f6bedf6
commit 4a6c1020f4
No known key found for this signature in database
10 changed files with 113 additions and 34 deletions

17
Cargo.lock generated
View file

@ -228,6 +228,12 @@ version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3a822ea5bc7590f9d40f1ba12c0dc3c2760f3482c6984db1573ad11031420831"
[[package]]
name = "color-ansi"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e56460573dab12b4bb6dfdb0abbb021e35d6a2bbd925acd2f5a9accff5654a8e"
[[package]]
name = "colorchoice"
version = "1.0.4"
@ -1163,6 +1169,16 @@ dependencies = [
"zerocopy",
]
[[package]]
name = "pretty-print"
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c5ad516586f2191e7ce412b9b164e61ee6403638aa70e98672b978c1f448e63f"
dependencies = [
"color-ansi",
"unicode-segmentation",
]
[[package]]
name = "prettyplease"
version = "0.2.37"
@ -1430,6 +1446,7 @@ dependencies = [
"jiff",
"logparse",
"nix 0.31.1",
"pretty-print",
"ratatui",
"ratatui-themes",
"regex",