summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorKunal Mohan <kunalmohan99@gmail.com>2021-05-04 01:13:16 +0530
committerKunal Mohan <kunalmohan99@gmail.com>2021-05-04 20:48:17 +0530
commitd33106431dd22759b133a838337427a388f6008f (patch)
treea270cd5ea1d0cfb668706977057c5501e6b4043b /Cargo.toml
parentea552d71e4b1d4a72d30f4481079cb0e30b0fc58 (diff)
Fix after rebase
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 4 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 8b8ccc177..3b3064c31 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -37,7 +37,10 @@ wasmer = "1.0.0"
wasmer-wasi = "1.0.0"
interprocess = "1.1.1"
names = "0.11.0"
-zellij-tile = { path = "zellij-tile/", version = "0.5.0" }
+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"