summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorhar7an <99636919+har7an@users.noreply.github.com>2022-12-09 10:49:32 +0000
committerGitHub <noreply@github.com>2022-12-09 10:49:32 +0000
commit1e141aa7fe4a49a8df8b0c268952d01268776199 (patch)
tree56e7db7f6713f78eec7a7f3b2afea06f585bea66 /Cargo.toml
parent36233439f930f0c50bed574e95ff4cd887893120 (diff)
HOTFIX: utils: Move plugins into new assets folder (#2003)
that is included in the utils to make builds pass.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 264854cb7..7b52e7371 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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/config/*", "LICENSE.md", "README.md", "!**/*_test.*", "!**/tests/**/*"]
+include = ["src/**/*", "assets/layouts/*", "assets/config/*", "LICENSE.md", "README.md", "!**/*_test.*", "!**/tests/**/*"]
rust-version = "1.60"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html