Current section

Files

Jump to
gloq src gloq.app.src
Raw

src/gloq.app.src

{application, gloq, [
{vsn, "2.0.0"},
{applications, [gleam_hackney,
gleam_http,
gleam_json,
gleam_stdlib]},
{description, "Gleam API Wrapper to Interface with the GroqCloud API"},
{modules, [gloq,
gloq@@main,
gloq@models,
gloq@response]},
{registered, []}
]}.