Packages

JSON Schema generation and decoding for Gleam

Current section

Files

Jump to
glon gleam.toml
Raw

gleam.toml

name = "glon"
version = "1.0.0"
description = "JSON Schema generation and decoding for Gleam"
licences = ["MIT"]
[dependencies]
gleam_stdlib = ">= 0.44.0 and < 2.0.0"
gleam_json = ">= 3.0.0 and < 4.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"