Current section
Files
Jump to
Current section
Files
src/gloq.app.src
{application, gloq, [
{vsn, "1.1.1"},
{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, []}
]}.