summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorLogan Hunt <logan.hunt@usu.edu>2023-01-31 19:05:01 -0700
committerLogan Hunt <logan.hunt@usu.edu>2023-01-31 19:07:47 -0700
commitb6d4f7044fa9bec32489d0ca5c3392e76ad2c1bc (patch)
treee85b1cb72f437c901f16fa2810ab43d4b62ee9eb /mix.exs
parentce5f598331b2be3be08cf697a59e8629cc69fe07 (diff)
downloadchessh-b6d4f7044fa9bec32489d0ca5c3392e76ad2c1bc.tar.gz
chessh-b6d4f7044fa9bec32489d0ca5c3392e76ad2c1bc.zip
Elixir cluster!
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 8c89083..e977912 100644
--- a/mix.exs
+++ b/mix.exs
@@ -37,7 +37,8 @@ defmodule Chessh.MixProject do
{:syn, "~> 3.3"},
{:jason, "~> 1.3"},
{:plug_cowboy, "~> 2.2"},
- {:joken, "~> 2.5"}
+ {:joken, "~> 2.5"},
+ {:libcluster, "~> 3.3"}
]
end