This commit is contained in:
2022-11-09 23:11:30 +01:00
parent 3995b95402
commit 7fcdc3b7e6
2 changed files with 18 additions and 3 deletions

View File

@@ -7,6 +7,7 @@ edition = "2021"
[dependencies]
cdtypes = {path = "../cdtypes"}
clap = {version = "*", features = ["derive"]}
paste = "*"
roxmltree = "*"
tool_helper = {path = "../tool_helper"}