exclude demo app from crates.io

This commit is contained in:
Djkato 2023-05-10 19:43:19 +02:00
parent c4cbaae6a0
commit c5e23bef35

View file

@ -10,6 +10,7 @@ repository = "https://github.com/djkato/installer-lite"
readme = "README.md"
keywords = ["installer", "windows", "wrapper"]
categories = ["development-tools::build-utils", "gui", "development-tools"]
exclude = ["demo-app"]
[lib]
name = "installer_lite"
path = "src/lib.rs"