config: add per-command and global impure knobs; bump deps

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: Icadc94f1e1ca1c007feee7766c60847c6a6a6964
This commit is contained in:
raf 2026-04-02 23:46:03 +03:00
commit e385c74b57
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF
6 changed files with 321 additions and 25 deletions

View file

@ -22,6 +22,7 @@ serde_json = "1.0.149"
tempfile = "3.27.0"
textwrap = "0.16.2"
thiserror = "2.0.18"
toml = { default-features = false, features = [ "parse", "serde" ], version = "1.1.2" }
walkdir = "2.5.0"
yansi = "1.0.1"