summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorhref <href@random.sh>2021-09-02 00:55:52 +0200
committerhref <href@random.sh>2021-09-02 00:55:52 +0200
commit1e31a281156c2b25ca21ecad6fbbc1c529145242 (patch)
treee0008680bc70103005383a3694404450da335d7c /mix.exs
parentlink/youtube: use yewtu.be instead of invidio.us (diff)
link: humanize file size
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 f07ae10..6fec79a 100644
--- a/mix.exs
+++ b/mix.exs
@@ -57,7 +57,8 @@ defmodule LSG.Mixfile do
{:ex_aws_s3, "~> 2.0"},
{:gen_magic, git: "https://github.com/hrefhref/gen_magic", commit: "b788ef982fc9b9cf9669b35227bac336415c5a1c"},
{:liquex, "~> 0.3"},
- {:html_entities, "0.4.0", override: true}
+ {:html_entities, "0.4.0", override: true},
+ {:file_size, "~> 3.0"},
]
end
end