summaryrefslogtreecommitdiffstats
path: root/zellij-client/Cargo.toml
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2021-09-27 11:29:13 +0200
committerGitHub <noreply@github.com>2021-09-27 11:29:13 +0200
commit5c54bf18c21e60d82ef063b62337f6b545d914d3 (patch)
tree4af736bfd7b05ae2402930f8f41e3e9f669d3a6f /zellij-client/Cargo.toml
parentc93a4f1f67d04750dfc883d01a8d58b44f493a43 (diff)
feat(sessions): mirrored sessions (#740)
* feat(sessions): mirrored sessions * fix(tests): input units * style(fmt): make rustfmt happy * fix(tests): make mirrored sessions e2e test more robust * refactor(sessions): remove force attach * style(fmt): rustfmtify * docs(changelog): update change * fix(e2e): retry on all errors
Diffstat (limited to 'zellij-client/Cargo.toml')
-rw-r--r--zellij-client/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/zellij-client/Cargo.toml b/zellij-client/Cargo.toml
index b7b61425d..4c580f13b 100644
--- a/zellij-client/Cargo.toml
+++ b/zellij-client/Cargo.toml
@@ -12,6 +12,7 @@ license = "MIT"
mio = "0.7.11"
termbg = "0.2.3"
zellij-utils = { path = "../zellij-utils/", version = "0.18.0" }
+zellij-tile = { path = "../zellij-tile/", version = "0.18.0" }
log = "0.4.14"
[dev-dependencies]