Current section

Files

Jump to
gleam_json gleam.toml
Raw

gleam.toml

name = "gleam_json"
version = "3.0.2"
gleam = ">= 0.32.0"
licences = ["Apache-2.0"]
description = "Work with JSON in Gleam"
repository = { type = "github", user = "gleam-lang", repo = "json" }
links = [
{ title = "Website", href = "https://gleam.run" },
{ title = "Sponsor", href = "https://github.com/sponsors/lpil" },
]
[dependencies]
gleam_stdlib = ">= 0.51.0 and < 2.0.0"
[dev-dependencies]
gleeunit = ">= 1.2.0 and < 2.0.0"