refactor, fix filters, add column renaming, general fixes
This commit is contained in:
parent
d12637ce75
commit
d8ce9df7bc
5 changed files with 368 additions and 135 deletions
|
@ -5,10 +5,12 @@ edition = "2021"
|
|||
|
||||
[dependencies]
|
||||
clap = { version = "4.4.7", features = ["cargo"] }
|
||||
prettytable = "0.10.0"
|
||||
regex = "1.10.2"
|
||||
serde = "1.0.189"
|
||||
serde_yaml = "0.9.25"
|
||||
walkdir = "2.4.0"
|
||||
txd = { path = "../txd" }
|
||||
serde_json = "1.0.107"
|
||||
comfy-table = "7.1.0"
|
||||
env_logger = "0.10.0"
|
||||
log = "0.4.20"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue