new parser

This commit is contained in:
2022-08-01 15:58:55 +02:00
parent e0fd6051e3
commit 1cb97fa7f7
8 changed files with 378 additions and 3 deletions

View File

@ -52,7 +52,7 @@ defmodule SomethingErlang.MixProject do
{:plug_cowboy, "~> 2.5"},
{:tailwind, "~> 0.1", runtime: Mix.env() == :dev},
{:credo, "~> 1.6", only: [:dev, :test], runtime: false},
{:awful_api, path: "../awful_api"}
{:req, "~> 0.3.0"}
]
end