Current section
Files
Jump to
Current section
Files
src/openrouter_client.app.src
{application, openrouter_client, [
{vsn, "0.0.1"},
{applications, [gleam_http,
gleam_httpc,
gleam_json,
gleam_stdlib,
gleeunit]},
{description, "A simple and incomplete client library for OpenRouter"},
{modules, [openrouter_client,
openrouter_client@internal]},
{registered, []}
]}.