summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs3
1 files changed, 2 insertions, 1 deletions
diff --git a/mix.exs b/mix.exs
index 00495b4..d67ed26 100644
--- a/mix.exs
+++ b/mix.exs
@@ -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