Skip to content

Instantly share code, notes, and snippets.

@chiragtoor
Created December 4, 2018 00:43
Show Gist options
  • Save chiragtoor/e6f52ea85f42667ed6b6e28f285d8600 to your computer and use it in GitHub Desktop.
Save chiragtoor/e6f52ea85f42667ed6b6e28f285d8600 to your computer and use it in GitHub Desktop.
# ...
defp deps do
[
{ :horde, "~> 0.3.0" },
# add distillery and libcluster
{ :distillery, "~> 2.0" },
{ :libcluster, "~> 3.0" }
]
end
# ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment