pretty printing

This commit is contained in:
Jana Dönszelmann 2026-04-04 21:37:51 +02:00
parent 52a80cfb0e
commit c867ad379e
No known key found for this signature in database
30 changed files with 1533 additions and 387 deletions

View file

@ -25,5 +25,5 @@ nix = {version = "0.31", features = ["process", "signal"]}
regex = "1"
crossterm = "*"
dumpster = "2.1"
logparse = {path = "./logparse/", version="0.2.0"}
pretty-print = {path = "./pretty-print/projects/pretty-print"}
logparse = {path = "./logparse/", version="0.3.0"}
arboard = {version="3", features=["wayland-data-control"]}