summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorhref <href@random.sh>2021-09-03 14:32:35 +0200
committerhref <href@random.sh>2021-09-03 14:32:35 +0200
commit0f2e858b8a91d7a272710631644fea02f2e23bb3 (patch)
treef3ce8431b6fa2aa045454a6542997a6cf0003120 /mix.exs
parentvarious fixes, web client wip, pubsub events (diff)
buffer plugin
Diffstat (limited to '')
-rw-r--r--mix.exs1
1 files changed, 1 insertions, 0 deletions
diff --git a/mix.exs b/mix.exs
index 65dc176..f754cd5 100644
--- a/mix.exs
+++ b/mix.exs
@@ -69,6 +69,7 @@ defmodule LSG.Mixfile do
{:liquex, "~> 0.3"},
{:html_entities, "0.4.0", override: true},
{:file_size, "~> 3.0"},
+ {:ex2ms, "~> 1.0"},
]
end
end