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:
parent
74cc48fc50
commit
e6deacb695
1 changed files with 1 additions and 0 deletions
|
|
@ -7,6 +7,7 @@ description = "A terminal workspace with batteries included"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
repository = "https://github.com/zellij-org/zellij"
|
repository = "https://github.com/zellij-org/zellij"
|
||||||
homepage = "https://zellij.dev"
|
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
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue