diff options
Diffstat (limited to 'mix.exs')
-rw-r--r-- | mix.exs | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -21,7 +21,8 @@ defmodule AzureEx.MixProject do # Run "mix help deps" to learn about dependencies. defp deps do [ - {:httpoison, "~> 1.7"} + {:httpoison, "~> 1.7"}, + {:typed_struct, "~> 0.2.1"} ] end end |