factor out crate
This commit is contained in:
parent
bb8fa818d2
commit
af09bcd403
11 changed files with 43 additions and 22 deletions
|
|
@ -7,6 +7,10 @@ edition = "2024"
|
|||
name = "lv"
|
||||
path = "./src/main.rs"
|
||||
|
||||
[workspace]
|
||||
members = [".", "./logparse/"]
|
||||
default-members = [".", "./logparse/"]
|
||||
|
||||
[dependencies]
|
||||
clap = {version="4.5", features=["derive", "string"]}
|
||||
jiff = {version = "0.2", features = ["serde"]}
|
||||
|
|
@ -21,7 +25,4 @@ nix = {version = "0.31", features = ["process", "signal"]}
|
|||
regex = "1"
|
||||
crossterm = "*"
|
||||
dumpster = "2.1"
|
||||
winnow = {version="1", features=["parser"]}
|
||||
proptest = "1"
|
||||
proptest-derive = "0.8"
|
||||
insta = "1"
|
||||
logparse = {path = "./logparse/", version="0.1.0"}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue