Enable CommandLine arguments

This commit is contained in:
Jaby
2022-12-04 03:13:48 +01:00
parent c6ec12d89f
commit bf0c5eea4c
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"}