{application, slack_webhook_client, [
    {vsn, "1.0.0"},
    {applications, [gleam_http,
                    gleam_json,
                    gleam_stdlib,
                    oas_generator_utils]},
    {description, "Minimal Gleam client for posting data to a Slack incoming Webhook"},
    {modules, [slack_webhook_client@@main,
               slack_webhook_client@operations,
               slack_webhook_client@schema]},
    {registered, []}
]}.
