This commit is contained in:
Jaby
2022-11-09 23:11:30 +01:00
parent 8f4b5a1e39
commit f0133e688a
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"}