vendor pretty-print dep
This commit is contained in:
parent
4a6c1020f4
commit
52a80cfb0e
40 changed files with 2766 additions and 6 deletions
|
|
@ -8,8 +8,8 @@ name = "lv"
|
|||
path = "./src/main.rs"
|
||||
|
||||
[workspace]
|
||||
members = [".", "./logparse/"]
|
||||
default-members = [".", "./logparse/"]
|
||||
members = [".", "./logparse/", "./pretty-print/projects/*"]
|
||||
default-members = [".", "./logparse/", "./pretty-print/projects/pretty-print"]
|
||||
|
||||
[dependencies]
|
||||
clap = {version="4.5", features=["derive", "string"]}
|
||||
|
|
@ -26,4 +26,4 @@ regex = "1"
|
|||
crossterm = "*"
|
||||
dumpster = "2.1"
|
||||
logparse = {path = "./logparse/", version="0.2.0"}
|
||||
pretty-print = "0.1"
|
||||
pretty-print = {path = "./pretty-print/projects/pretty-print"}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue