Remove build.rs from package, allowing for completions to be excluded too
This commit is contained in:
parent
e6deacb695
commit
b3ec1d81dd
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue