eh: add info command; bump deps

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I85faac1cc3a48ed2622c1160ab954d8f6a6a6964
This commit is contained in:
raf 2026-03-20 15:11:10 +03:00
commit 8836eacb95
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF
9 changed files with 660 additions and 42 deletions

View file

@ -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"