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

@ -1,6 +1,6 @@
[package]
name = "logparse"
version = "0.2.0"
version = "0.3.0"
edition = "2024"
description = "parse arbitrary messages containing rust-like debug output to syntax highlight them"
authors = ["Jana Dönszelmann <cratesio@donsz.nl>"]
@ -12,6 +12,9 @@ readme = "README.md"
[dependencies]
winnow = {version="1", features=["parser"]}
logparse-pretty-print = {path = "../pretty-print/projects/pretty-print", version="0.1.0"}
[dev-dependencies]
proptest = "1"
proptest-derive = "0.8"
insta = "1"