eh: don't load entire files into memory for hash replace; argchecking
Some checks are pending
Rust / build (push) Waiting to run
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:
parent
7498902d46
commit
5fbc0f45bd
5 changed files with 254 additions and 21 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue