Packages

Stripe API bindings for Gleam.

Current section

Files

Jump to
gstripe src gstripe.app.src
Raw

src/gstripe.app.src

{application, gstripe, [
{vsn, "0.0.1"},
{applications, [gleam_http,
gleam_httpc,
gleam_json,
gleam_stdlib,
gleeunit]},
{description, "Stripe API bindings for Gleam."},
{modules, [stripe,
stripe@customer,
stripe@error]},
{registered, []}
]}.