mirror of
https://github.com/zellij-org/zellij.git
synced 2024-11-27 14:34:32 +03:00
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
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user