diff options
author | neodarz <neodarz@neodarz.net> | 2017-02-06 16:40:40 +0100 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2017-02-06 16:40:40 +0100 |
commit | 037aa08e81bfdd565fc30813207360ad8b84a26b (patch) | |
tree | bd047e386b04b49e8f8b973af86ce1c01b4be0ad | |
parent | dde39c5c3853d70d2ea745e93f3624b5b0214fa2 (diff) | |
download | the_transcriber_backend-037aa08e81bfdd565fc30813207360ad8b84a26b.tar.xz the_transcriber_backend-037aa08e81bfdd565fc30813207360ad8b84a26b.zip |
Add ja_serializer library
-rw-r--r-- | mix.exs | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -37,7 +37,8 @@ defmodule TheTranscriberBackend.Mixfile do {:phoenix_html, "~> 2.6"}, {:phoenix_live_reload, "~> 1.0", only: :dev}, {:gettext, "~> 0.11"}, - {:cowboy, "~> 1.0"}] + {:cowboy, "~> 1.0"}, + {:ja_serializer, "~> 0.11.2"}] end # Aliases are shortcuts or tasks specific to the current project. |