1
0
Fork 0
mirror of https://github.com/benbusby/farside.git synced 2025-06-08 10:26:36 +00:00
This commit is contained in:
mithereal 2022-09-17 12:09:04 -07:00
parent 03e46f81f8
commit 84caea3af2
17 changed files with 402 additions and 140 deletions

View file

@ -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