winapps/winapps-cli/Cargo.toml
2023-07-13 20:02:57 +02:00

12 lines
258 B
TOML

[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" }