exclude demo app from crates.io
This commit is contained in:
parent
c4cbaae6a0
commit
c5e23bef35
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ repository = "https://github.com/djkato/installer-lite"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
keywords = ["installer", "windows", "wrapper"]
|
keywords = ["installer", "windows", "wrapper"]
|
||||||
categories = ["development-tools::build-utils", "gui", "development-tools"]
|
categories = ["development-tools::build-utils", "gui", "development-tools"]
|
||||||
|
exclude = ["demo-app"]
|
||||||
[lib]
|
[lib]
|
||||||
name = "installer_lite"
|
name = "installer_lite"
|
||||||
path = "src/lib.rs"
|
path = "src/lib.rs"
|
||||||
|
|
Loading…
Reference in a new issue