Current section

Files

Jump to
gloq src gloq.app.src
Raw

src/gloq.app.src

{application, gloq, [
{vsn, "1.1.2"},
{applications, [dot_env,
dotenv,
gleam_hackney,
gleam_http,
gleam_httpc,
gleam_json,
gleam_stdlib,
gleeunit]},
{description, "Gleam API Wrapper to Interface with the GroqCloud API"},
{modules, [gloq]},
{registered, []}
]}.