From 040d10df0f85eb0004831eae330adc2690f43dd7 Mon Sep 17 00:00:00 2001 From: Kunal Mohan Date: Tue, 18 May 2021 22:16:23 +0530 Subject: Re-export common dependencies from zellij-utils --- zellij-utils/Cargo.toml | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) (limited to 'zellij-utils/Cargo.toml') diff --git a/zellij-utils/Cargo.toml b/zellij-utils/Cargo.toml index d33ac659d..b1f48d10b 100644 --- a/zellij-utils/Cargo.toml +++ b/zellij-utils/Cargo.toml @@ -11,19 +11,22 @@ license = "MIT" [dependencies] backtrace = "0.3.55" bincode = "1.3.1" +colors-transform = "0.2.5" +directories-next = "2.0" interprocess = "1.1.1" -structopt = "0.3" -serde = { version = "1.0", features = ["derive"] } -zellij-tile = { path = "../zellij-tile/", version = "0.12.0" } +lazy_static = "1.4.0" +libc = "0.2" names = "0.11.0" -colors-transform = "0.2.5" +nix = "0.19.1" +serde = { version = "1.0", features = ["derive"] } +serde_yaml = "0.8" +signal-hook = "0.3" strip-ansi-escapes = "0.1.0" +structopt = "0.3" strum = "0.20.0" -serde_yaml = "0.8" -nix = "0.19.1" -lazy_static = "1.4.0" -directories-next = "2.0" termion = "1.5.0" +vte = "0.10.1" +zellij-tile = { path = "../zellij-tile/", version = "0.12.0" } [dependencies.async-std] version = "1.3.0" -- cgit v1.2.3