Current section

Files

Jump to
mork gleam.toml
Raw

gleam.toml

name = "mork"
version = "1.3.0"
description = "Markdown parser for Gleam"
licenses = ["MIT"]
repository = { type = "forgejo", user = "krig", repo = "mork", host = "git.liten.app" }
links = [
{ title = "Codeberg Mirror", href = "https://codeberg.org/krig/mork" },
{ title = "Commonmark", href = "https://spec.commonmark.org" },
{ title = "GFM", href = "https://github.github.com/gfm/" },
]
# Fill out these fields if you intend to generate HTML documentation or publish
# your project to the Hex package manager.
#
# description = ""
# licences = ["Apache-2.0"]
# repository = { type = "github", user = "", repo = "" }
# 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 = ">= 0.44.0 and < 2.0.0"
splitter = ">= 1.1.0 and < 2.0.0"
gleam_regexp = ">= 1.1.1 and < 2.0.0"
[dev-dependencies]
simplifile = ">= 2.3.0 and < 3.0.0"
argv = ">= 1.0.2 and < 2.0.0"
gleam_community_ansi = ">= 1.4.3 and < 2.0.0"
gleave = ">= 1.0.0 and < 2.0.0"