Skip to content

Instantly share code, notes, and snippets.

@plutov
Created October 10, 2017 01:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save plutov/a54eaddd7f108fae6190ca098bdc2b9f to your computer and use it in GitHub Desktop.
Save plutov/a54eaddd7f108fae6190ca098bdc2b9f to your computer and use it in GitHub Desktop.
def application do
[applications: [:logger, :maru], mod: {Elixirrest, []}]
end
defp deps do
[{:maru, "~> 0.2.8"}]
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment