Prepare reading in files

This commit is contained in:
Jaby
2022-09-19 20:20:43 +02:00
committed by Jaby
parent a5512085b5
commit a5cfe87a69
3 changed files with 16 additions and 1 deletions

View File

@@ -7,4 +7,5 @@ edition = "2021"
[dependencies]
clap = {version = "*", features = ["derive"]}
image = "*"
tool_helper = {path = "../tool_helper"}