Current section

Files

Jump to
dnd gleam.toml
Raw

gleam.toml

name = "dnd"
version = "2.0.0"
# Target specifies the target platform for the project. running this in a browser.
target = "javascript"
# Fill out these fields if you intend to generate HTML documentation or publish
# your project to the Hex package manager.
#
description = "Drag and Drop library for gleam / lustre"
licences = ["BSD-3-Clause"]
repository = { type = "sourcehut", user = "tpjg", repo = "dnd" }
links = [{ title = "Issues", href = "https://todo.sr.ht/~tpjg/dnd" }]
#
# 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"
gleam_javascript = ">= 0.12.0 and < 2.0.0"
lustre = ">= 5.2.1 and < 6.0.0"
[dev-dependencies]