Packages

A library for working with HTML that supports JavaScript and Erlang Targets

Current section

Files

Jump to
mellie gleam.toml
Raw

gleam.toml

name = "mellie"
version = "1.0.2"
licences = ["GPL-3.0-only"]
description = "A library for working with HTML that supports JavaScript and Erlang Targets"
repository = { type = "github", user = "sftsrv", repo = "mellie" }
links = [{ title = "me", href = "https://nabeelvalley.co.za" }]
[dependencies]
gleam_stdlib = ">= 1.0.0 and < 2.0.0"
gleam_javascript = ">= 1.0.0 and < 2.0.0"
presentable_soup = ">= 2.0.0 and < 3.0.0"
[dev_dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"
birdie = ">= 2.0.1 and < 3.0.0"