summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorKunal Mohan <kunalmohan99@gmail.com>2021-05-22 22:12:43 +0530
committerKunal Mohan <kunalmohan99@gmail.com>2021-05-22 22:21:26 +0530
commit0621ba8f349a28d0f746f4c8349658025e5f64f5 (patch)
treebfe825e2987fdc3df35a12a380e1e0730757297e /Cargo.lock
parent1162d40ea00aec38907c7079e53c62a02c2c5eda (diff)
Allow user to specify session name
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.lock b/Cargo.lock
index a637785b5..e32a829b3 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2290,6 +2290,7 @@ name = "zellij"
version = "0.12.0"
dependencies = [
"insta",
+ "names",
"zellij-client",
"zellij-server",
"zellij-utils",
@@ -2299,7 +2300,6 @@ dependencies = [
name = "zellij-client"
version = "0.12.0"
dependencies = [
- "names",
"termbg",
"zellij-utils",
]