Skip to main content

gleam.toml

name = "json_tag"
version = "1.0.0"
description = "Gleam encode/decode helpers for JSON# — the #type convention for cross-language type tagging in JSON."
licences = ["MIT"]
repository = { type = "github", user = "immersus-machina", repo = "json-tag" }
target = "javascript"

[dependencies]
gleam_stdlib = ">= 0.45.0 and < 1.0.0"
gleam_json = ">= 1.0.0 and < 4.0.0"

[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"