Current section
Files
Jump to
Current section
Files
gleam.toml
name = "julienne"
version = "1.1.1"
description = "A JSON parser that decodes JSON into a flat (non recursive) data structure."
licences = ["Apache-2.0"]
repository = { type = "github", user = "crowdhailer", repo = "julienne" }
links = [{ title = "Website", href = "https://eyg.run" }]
[dependencies]
gleam_stdlib = ">= 0.44.0 and < 2.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"