[package] name = "winapps-cli" version = "0.1.0" edition = "2021" 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" }