Current section
Files
Jump to
Current section
Files
gleam.toml
name = "dig"
version = "1.0.0"
description = "parse path expr as `dynamic.Decoder`"
licences = ["MIT"]
repository = { type = "github", user = "lost22git", repo = "dig" }
links = [{ title = "Website", href = "https://github.com/lost22git/dig" }]
# For a full reference of all the available options, you can have a look at
# https://gleam.run/writing-gleam/gleam-toml/.
[dependencies]
gleam_stdlib = "~> 0.34 or ~> 1.0"
[dev-dependencies]
gleeunit = "~> 1.0"
gleam_json = "~> 1.0"