summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorKunal Mohan <44079328+kunalmohan@users.noreply.github.com>2021-05-25 17:30:40 +0530
committerGitHub <noreply@github.com>2021-05-25 17:30:40 +0530
commit2bca7e007aad9a74e6c48191b8a7a3edf85808d4 (patch)
tree61366b1e29601ad003fc53a715f4b925d8ef5871 /Cargo.lock
parent6755b6a88defe30c63fa3bc6d25aa89e545180c9 (diff)
parentdf6d6cb3a70cbea9d088c7af47f3540896b98089 (diff)
Merge pull request #531 from zellij-org/detach-sessions
Feature: Detachable/Persistent sessions
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 0dda83734..596062e17 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2301,6 +2301,7 @@ name = "zellij"
version = "0.12.0"
dependencies = [
"insta",
+ "names",
"zellij-client",
"zellij-server",
"zellij-utils",
@@ -2358,8 +2359,8 @@ dependencies = [
"interprocess",
"lazy_static",
"libc",
- "names",
"nix",
+ "once_cell",
"serde",
"serde_yaml",
"signal-hook 0.3.8",