aboutsummaryrefslogtreecommitdiff
path: root/shardweb/mix.exs
diff options
context:
space:
mode:
Diffstat (limited to 'shardweb/mix.exs')
-rw-r--r--shardweb/mix.exs2
1 files changed, 2 insertions, 0 deletions
diff --git a/shardweb/mix.exs b/shardweb/mix.exs
index 7e4b0b2..90fc530 100644
--- a/shardweb/mix.exs
+++ b/shardweb/mix.exs
@@ -41,6 +41,8 @@ defmodule ShardWeb.Mixfile do
{:cowboy, "~> 1.0"},
{:phoenix_gon, "~> 0.4.0"},
+ {:size, "~> 0.1.0"},
+
{:shard, path: Path.expand (Path.join [System.cwd!, "..", "shard"])},
]
end