Create tool_helper library

This commit is contained in:
Jaby
2022-09-13 21:06:41 +02:00
parent 6b1aba1082
commit 44a0142d0a
6 changed files with 51 additions and 43 deletions

View File

@@ -6,4 +6,5 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap = {version = "*", features = ["derive"]}
clap = {version = "*", features = ["derive"]}
tool_helper = {path = "../tool_helper"}