feat(dirlist): Add listing of directory

This commit is contained in:
Andreas Mieke 2023-11-02 19:25:54 +01:00
parent d09c1d60f9
commit 2b47cf5321
4 changed files with 56 additions and 1 deletions

View file

@ -12,3 +12,4 @@ log = "0.4.20"
serde = { version = "1.0.190", features = ["derive"] }
serde_json = "1.0.108"
stderrlog = "0.5.4"
walkdir = "2.4.0"