diff options
Diffstat (limited to 'mix.exs')
| -rw-r--r-- | mix.exs | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -14,7 +14,7 @@ defmodule Thulani.MixProject do def application do [ mod: {Thulani, []}, - extra_applications: [:logger] + extra_applications: [:logger, :crypto] ] end @@ -25,7 +25,10 @@ defmodule Thulani.MixProject do {:algae, "~> 1.2"}, {:quark, "~> 2.3"}, {:exceptional, "~> 2.1"}, - {:ok, "~> 2.3"} + {:ok, "~> 2.3"}, + {:phoenix_pubsub, "~>2.1"}, + {:uuid, "~> 1.1"}, + {:rustler, "~> 0.26"} ] end end |
