factor out crate
This commit is contained in:
parent
bb8fa818d2
commit
af09bcd403
11 changed files with 43 additions and 22 deletions
16
logparse/Cargo.toml
Normal file
16
logparse/Cargo.toml
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
[package]
|
||||
name = "logparse"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
description = "parse arbitrary messages containing rust-like debug output to syntax highlight them"
|
||||
authors = ["Jana Dönszelmann <cratesio@donsz.nl>"]
|
||||
license = "MIT OR Apache-2.0"
|
||||
documentation = "https://docs.rs/logparse"
|
||||
homepage = "https://git.donsz.nl/jana/logviewer"
|
||||
repository = "https://git.donsz.nl/jana/logviewer"
|
||||
|
||||
[dependencies]
|
||||
winnow = {version="1", features=["parser"]}
|
||||
proptest = "1"
|
||||
proptest-derive = "0.8"
|
||||
insta = "1"
|
||||
Loading…
Add table
Add a link
Reference in a new issue