eh: don't load entire files into memory for hash replace; argchecking
Some checks are pending
Rust / build (push) Waiting to run

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: Ie3385f68e70ee7848272010fbd41845e6a6a6964
This commit is contained in:
raf 2025-11-14 21:53:51 +03:00
commit 5fbc0f45bd
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF
5 changed files with 254 additions and 21 deletions

View file

@ -15,6 +15,7 @@ version = "0.1.2"
clap = { default-features = false, features = [ "std", "help", "derive" ], version = "4.5.51" }
clap_complete = "4.5.60"
regex = "1.12.2"
tempfile = "3.23.0"
thiserror = "2.0.17"
tracing = "0.1.41"
tracing-subscriber = "0.3.20"