pretty printing
This commit is contained in:
parent
52a80cfb0e
commit
c867ad379e
30 changed files with 1533 additions and 387 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue