summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorHentioe <me@bluerain.io>2020-10-20 15:41:18 +0800
committerHentioe <me@bluerain.io>2020-10-20 15:41:18 +0800
commitfff3e55d01630293dbae0f4c427e4e7f88ad1fc8 (patch)
tree437f2543a9cd76c8071af5f709afa295a9ae87c0 /mix.exs
parentAdd deps (diff)
Add some models
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