mirror of
https://github.com/benbusby/farside.git
synced 2025-06-08 10:26:36 +00:00
refactor
This commit is contained in:
parent
03e46f81f8
commit
84caea3af2
17 changed files with 402 additions and 140 deletions
2
mix.exs
2
mix.exs
|
@ -41,6 +41,8 @@ defmodule Farside.MixProject do
|
|||
{:jason, "~> 1.1"},
|
||||
{:plug_attack, "~> 0.4.2"},
|
||||
{:plug_cowboy, "~> 2.0"},
|
||||
{:credo, "~> 1.6.3", only: [:dev, :test], runtime: false},
|
||||
{:mix_audit, "~> 1.0.0", only: [:dev, :test], runtime: false},
|
||||
{:bakeware, runtime: false, only: :cli}
|
||||
]
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue