summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorKunal Mohan <kunalmohan99@gmail.com>2021-04-30 20:22:09 +0530
committerKunal Mohan <kunalmohan99@gmail.com>2021-05-04 20:48:17 +0530
commit913697b1442169c5ac20f553b8c255a1114720f5 (patch)
tree654f2ca6bb902d4a19f9f26c9ef3514de69c603d /Cargo.toml
parent93956bdcca0e2998cf4a914db23051387b4f5841 (diff)
Place socket file in runtime directory or cache directory and use names crate for socket file name
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 4f71667bb..8b8ccc177 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -36,7 +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"] }
+names = "0.11.0"
zellij-tile = { path = "zellij-tile/", version = "0.5.0" }
[dependencies.async-std]