eh: replaced the manual directory traversal with walkdir
Some checks failed
Rust / build (push) Has been cancelled
Some checks failed
Rust / build (push) Has been cancelled
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I537cc9b6ab7110c47f9884f1793b07596a6a6964
This commit is contained in:
parent
91e5063bc8
commit
185403436b
5 changed files with 50 additions and 19 deletions
|
|
@ -18,6 +18,7 @@ regex = "1.12.2"
|
|||
thiserror = "2.0.17"
|
||||
tracing = "0.1.41"
|
||||
tracing-subscriber = "0.3.20"
|
||||
walkdir = "2.5.0"
|
||||
yansi = "1.0.1"
|
||||
|
||||
[profile.release]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue