summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorHubert Chathi <hubert@uhoreg.ca>2020-08-21 23:07:10 -0400
committerHubert Chathi <hubert@uhoreg.ca>2020-08-21 23:07:10 -0400
commit68ccfefec146c3938c18babfb22df690f350b356 (patch)
treebc80556d69a4a326799b11ca428d4d55e74cf84a /mix.exs
parentautomatically start/stop sync when logging in/out (diff)
execute room requests in a queue
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs3
1 files changed, 2 insertions, 1 deletions
diff --git a/mix.exs b/mix.exs
index 1600134..4addbbd 100644
--- a/mix.exs
+++ b/mix.exs
@@ -52,7 +52,8 @@ defmodule PolyjuiceClient.MixProject do
{:ex_doc, "~> 0.21", only: :dev, runtime: false},
{:hackney, "~> 1.12"},
{:jason, "~> 1.2"},
- {:polyjuice_util, "~> 0.1.0"}
+ {:polyjuice_util, "~> 0.1.0"},
+ {:mutex, "~> 1.1.3"}
]
end