Current section
Files
Jump to
Current section
Files
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, []}
]}.