Skip to main content

gleam.toml

name = "fishgirl"
version = "1.0.0-incomplete"

description = """
Mermaid charts in a Lustre component.
Currently mostly for my own use.
"""
licences = ["Apache-2.0"]
[repository]
type = "tangled"
user = "did:plc:jgtfsmv25thfs4zmydtbccnn"
repo = "fishgirl"
# 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 = ">= 1.0.0 and < 2.0.0"
lustre = ">= 5.7.0 and < 6.0.0"
gleam_javascript = ">= 1.0.0 and < 2.0.0"

[dev_dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"