Introduce types for readmap

This commit is contained in:
Jaby
2023-06-25 15:58:23 +02:00
committed by Jaby
parent 6e37f6ae78
commit aa40efba08
5 changed files with 84 additions and 12 deletions

View File

@@ -6,3 +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"]}
tool_helper = {path = "../tool_helper"}