Current section

Files

Jump to
glrss_parser gleam.toml
Raw

gleam.toml

name = "glrss_parser"
version = "0.1.1"
# Fill out these fields if you intend to generate HTML documentation or publish
# your project to the Hex package manager.
#
description = "Parse RSS feeds."
licences = ["Apache-2.0", "MIT"]
repository = { type = "codeberg", user = "bobjoe12131", repo = "glrss_parser" }
links = [
{ title = "Repository", href = "https://codeberg.org/bobjoe12131/glrss_parser" },
]
#
# For a full reference of all the available options, you can have a look at
# https://gleam.run/writing-gleam/gleam-toml/.
internal_modules = ["glrss_parser/util"]
[dependencies]
gleam_stdlib = ">= 0.34.0 and < 2.0.0"
party = ">= 1.0.3 and < 2.0.0"
xmlm = ">= 1.0.0 and < 2.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"
gleam_erlang = ">= 0.25.0 and < 1.0.0"
simplifile = ">= 2.0.1 and < 3.0.0"