Current section

Files

Jump to
juno gleam.toml
Raw

gleam.toml

name = "juno"
version = "1.3.0"
description = "Flexible JSON decoding for Gleam"
licences = ["Apache-2.0"]
links = [{ title = "Gleam", href = "https://gleam.run" }]
repository = { type = "github", user = "massivefermion", repo = "juno" }
[dependencies]
gleam_json = "~> 1.0"
gleam_stdlib = "~> 0.36 or ~> 1.0"
[dev-dependencies]
gleeunit = "~> 1.0"