Support ignoring files/folders and show error message for subdirs

- Previously subdirs were not supported and would cause an 'access denied' error
This commit is contained in:
drojf
2024-02-28 19:11:27 +11:00
parent 547e17e506
commit 159138ce0f
3 changed files with 221 additions and 0 deletions

View File

@@ -5,3 +5,5 @@ authors = ["Jáchym Toušek <enumag@gmail.com>"]
[dependencies]
Inflector = "*"
log = "0.4.20"
simplelog = "0.12.1"