Current section
Files
Jump to
Current section
Files
gleam.toml
name = "smalto"
version = "2.0.2"
description = "A general-purpose syntax highlighting library for Gleam, with regex-based grammars for 30 languages."
repository = { type = "github", user = "veeso", repo = "smalto" }
licenses = ["MIT"]
internal_modules = ["smalto/internal", "smalto/internal/*"]
links = [{ title = "Codeberg", href = "https://codeberg.org/veeso/smalto" }]
[dependencies]
gleam_stdlib = ">= 0.44.0 and < 2.0.0"
gleam_community_ansi = ">= 1.4.4 and < 2.0.0"
houdini = ">= 1.2.0 and < 2.0.0"
[dev-dependencies]
birdie = ">= 1.5.4 and < 2.0.0"
gleeunit = ">= 1.0.0 and < 2.0.0"
simplifile = ">= 2.4.0 and < 3.0.0"
argv = ">= 1.0.2 and < 2.0.0"