Prepare reading in files

This commit is contained in:
Jaby
2022-09-19 20:20:43 +02:00
committed by Jaby
parent af343302c2
commit 1541c1e777
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"}