Current section
Files
Jump to
Current section
Files
gleam.toml
name = "glinter"
version = "1.0.0"
description = "A linter for the Gleam programming language with 15 configurable rules"
licences = ["MIT"]
repository = { type = "github", user = "pairshaped", repo = "glinter" }
[dependencies]
gleam_stdlib = ">= 0.44.0 and < 2.0.0"
glance = ">= 6.0.0 and < 7.0.0"
simplifile = ">= 2.0.0 and < 3.0.0"
argv = ">= 1.0.0 and < 2.0.0"
tom = ">= 1.0.0 and < 3.0.0"
gleam_json = ">= 3.0.0 and < 4.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"