Skip to main content

gleam.toml

name = "swatch"
version = "1.0.0"
gleam = ">= 1.16.0"
description = "A CSS syntax highlighter in Gleam"
licences = ["MIT"]
repository = { type = "github", user = "scott-ray-wilson", repo = "swatch" }

[documentation]
pages = [
    { title = "Changelog", path = "changelog.html", source = "./CHANGELOG.md" },
    { title = "Contributing", path = "contributing.html", source = "./CONTRIBUTING.md" },
]

[dependencies]
gleam_stdlib = ">= 1.0.0 and < 2.0.0"
gleam_community_ansi = ">= 1.4.0 and < 2.0.0"
houdini = ">= 1.0.0 and < 2.0.0"

[dev_dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"
birdie = ">= 2.0.0 and < 3.0.0"
qcheck = ">= 1.0.0 and < 2.0.0"
simplifile = ">= 2.0.0 and < 3.0.0"