From 56cf44627596edab8959c18df655caf3acd705f1 Mon Sep 17 00:00:00 2001 From: denis Date: Sun, 2 May 2021 12:57:48 +0300 Subject: chore: added zellij-tile-extra, moved macros from zellij-tile --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index bfdfa8843..a1f260cc9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,6 +39,7 @@ interprocess = "1.0.1" xrdb = "0.1.1" colors-transform = "0.2.5" zellij-tile = { path = "zellij-tile/", version = "1.1.0" } +zellij-tile-extra = { path = "zellij-tile-extra/", version="1.0.0" } [dependencies.async-std] version = "1.3.0" @@ -54,6 +55,7 @@ structopt = "0.3" [workspace] members = [ "zellij-tile", + "zellij-tile-extra", "default-plugins/status-bar", "default-plugins/strider", "default-plugins/tab-bar", -- cgit v1.2.3