Add basic cli and config file parsing

This commit is contained in:
LDprg
2023-07-13 20:02:57 +02:00
parent c7033b1750
commit 2866a1d1b2
4 changed files with 109 additions and 2 deletions

View File

@@ -7,4 +7,5 @@ default-run = "winapps-cli"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap = "4.3.11"
winapps = { path = "../winapps" }