From 1eb732773aa583305353a1e63ffbac879f29f2d8 Mon Sep 17 00:00:00 2001 From: Kunal Mohan Date: Thu, 29 Apr 2021 16:27:14 +0530 Subject: use Uuid to generate unique server socket names --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index d75f3e457..4f71667bb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,6 +36,7 @@ lazy_static = "1.4.0" wasmer = "1.0.0" wasmer-wasi = "1.0.0" interprocess = "1.1.1" +uuid = { version = "0.8.2", features = ["v4"] } zellij-tile = { path = "zellij-tile/", version = "0.5.0" } [dependencies.async-std] -- cgit v1.2.3