summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorBrooks J Rady <b.j.rady@gmail.com>2021-05-04 23:31:30 +0100
committerBrooks J Rady <b.j.rady@gmail.com>2021-05-04 23:31:30 +0100
commit6e5600efc8a9ae2136128c0c4f348d45ee739203 (patch)
tree3e117a825fe70e56a157c176083f816a1a900e3d /Cargo.toml
parent847444cd0b10002f9771fdfaec1ea0ab1b8e96b1 (diff)
chore(plugin): shuffle helper library names and versions
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 2 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d030eecd3..c04206daf 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -37,8 +37,7 @@ wasmer = "1.0.0"
wasmer-wasi = "1.0.0"
interprocess = "1.0.1"
colors-transform = "0.2.5"
-zellij-tile = { path = "zellij-tile/", version = "1.2.0" }
-zellij-tile-extra = { path = "zellij-tile-extra/", version="1.0.0" }
+zellij-tile = { path = "zellij-tile/", version = "0.7.0" }
[dependencies.async-std]
version = "1.3.0"
@@ -54,7 +53,7 @@ structopt = "0.3"
[workspace]
members = [
"zellij-tile",
- "zellij-tile-extra",
+ "zellij-tile-utils",
"default-plugins/status-bar",
"default-plugins/strider",
"default-plugins/tab-bar",