Reduce crate size by 4.8MB using cargo diet, to 77kB

On top of that I verified that `cargo package` is still able to build,
adjusting the includes in the process to assure required assets are
packaged, too.
This commit is contained in:
Sebastian Thiel 2021-04-21 09:21:30 +08:00
parent 74cc48fc50
commit e6deacb695
No known key found for this signature in database
GPG Key ID: 9CB5EE7895E8268B

View File

@ -7,6 +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/**/*"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html