Current section
Files
Jump to
Current section
Files
gleam.toml
name = "checkmark"
version = "0.1.0"
description = "Gleam markdown snippet validator"
licences = ["Apache-2.0"]
repository = { type = "github", user = "sbergen", repo = "checkmark" }
internal_modules = ["test_overwrite"]
[dependencies]
gleam_stdlib = ">= 0.34.0 and < 2.0.0"
kirala_markdown = ">= 1.0.2 and < 2.0.0"
simplifile = ">= 2.2.0 and < 3.0.0"
temporary = ">= 1.0.0 and < 2.0.0"
shellout = ">= 1.6.0 and < 2.0.0"
filepath = ">= 1.0.0 and < 2.0.0"
exception = ">= 2.0.0 and < 3.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"