Enable CommandLine arguments

This commit is contained in:
Jaby
2022-12-04 03:13:48 +01:00
committed by Jaby
parent 4c06001b48
commit efc299fff1
2 changed files with 33 additions and 23 deletions

View File

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