Remove build.rs from package, allowing for completions to be excluded too

This commit is contained in:
Sebastian Thiel 2021-04-22 09:57:21 +08:00
parent e6deacb695
commit b3ec1d81dd
No known key found for this signature in database
GPG key ID: 9CB5EE7895E8268B

View file

@ -7,7 +7,7 @@ description = "A terminal workspace with batteries included"
license = "MIT"
repository = "https://github.com/zellij-org/zellij"
homepage = "https://zellij.dev"
include = ["src/**/*", "assets/plugins/*", "assets/layouts/*", "assets/completions/*", "LICENSE.md", "README.md", "build.rs", "!**/*_test.*", "!**/tests/**/*"]
include = ["src/**/*", "assets/plugins/*", "assets/layouts/*", "LICENSE.md", "README.md", "!**/*_test.*", "!**/tests/**/*"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html