Packages

JSON encoding utilities for Gleam applications

Current section

Files

Jump to
dream_json gleam.toml
Raw

gleam.toml

name = "dream_json"
version = "1.0.2"
description = "JSON encoding utilities for Gleam applications"
licences = ["MIT"]
repository = { type = "github", user = "TrustBound", repo = "dream" }
links = [
{ title = "Documentation", href = "https://hexdocs.pm/dream_json" },
{ title = "GitHub", href = "https://github.com/TrustBound/dream" },
]
[dependencies]
gleam_stdlib = ">= 0.44.0 and < 2.0.0"
gleam_json = ">= 2.0.0 and < 4.0.0"
gleam_time = ">= 1.5.0 and < 2.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"
mockth = { git = "https://github.com/bondiano/mockth.git", ref = "master" }