winapps/winapps-cli/Cargo.toml
LDprg c7033b1750 Add default run
Set it to cli (because of development focus)
2023-07-13 15:38:22 +02:00

11 lines
242 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]
winapps = { path = "../winapps" }