name = "william"
version = "1.0.1"
# Fill out these fields if you intend to generate HTML documentation or publish
# your project to the Hex package manager.
#
description = "A TOML lexer and syntax highlighter for Gleam"
licences = ["BSD-3-Clause"]
repository = { type = "gitlab", user = "arkandos", repo = "william" }
links = [
{ title = "contour", href = "https://hexdocs.pm/contour" },
{ title = "just", href = "https://hexdocs.pm/just" },
{ title = "pearl", href = "https://hexdocs.pm/pearl" },
{ title = "tear", href = "https://hexdocs.pm/tear" }
]
# links = [{ title = "Website", href = "" }]
#
# 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 = ">= 1.0.0 and < 2.0.0"
houdini = ">= 1.2.1 and < 2.0.0"
splitter = ">= 1.2.0 and < 2.0.0"
gleam_community_ansi = ">= 1.5.0 and < 2.0.0"
[dev_dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"
simplifile = ">= 2.4.0 and < 3.0.0"
argv = ">= 1.1.0 and < 2.0.0"