Current section
Files
Jump to
Current section
Files
gleam.toml
name = "gstripe"
version = "0.0.1"
description = "Stripe API bindings for Gleam."
licences = ["MIT"]
repository = { type = "github", user = "raquentin", repo = "stripe" }
target = "erlang"
[dependencies]
gleam_stdlib = ">= 0.34.0 and < 2.0.0"
gleam_http = ">= 3.6.0 and < 4.0.0"
gleam_httpc = ">= 2.2.0 and < 3.0.0"
gleam_json = ">= 1.0.1 and < 2.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"