eh: add info command; bump deps
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I85faac1cc3a48ed2622c1160ab954d8f6a6a6964
This commit is contained in:
parent
7e2338b017
commit
8836eacb95
9 changed files with 660 additions and 42 deletions
|
|
@ -17,8 +17,10 @@ clap = { default-features = false, features = [ "std", "help", "derive"
|
|||
clap_complete = "4.6.0"
|
||||
dialoguer = { default-features = false, version = "0.12.0" }
|
||||
regex = "1.12.3"
|
||||
serde = { features = [ "derive" ], version = "1.0.149" }
|
||||
serde_json = "1.0.149"
|
||||
tempfile = "3.27.0"
|
||||
textwrap = "0.16.2"
|
||||
thiserror = "2.0.18"
|
||||
walkdir = "2.5.0"
|
||||
yansi = "1.0.1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue