Current section

Files

Jump to
juno gleam.toml
Raw

gleam.toml

name = "juno"
version = "1.2.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 = "~> 0.7"
gleam_stdlib = "~> 0.34"
[dev-dependencies]
gleeunit = "~> 1.0"