Current section

Files

Jump to
formz_lustre gleam.toml
Raw

gleam.toml

# For a full reference of all the available options, you can have a look at
# https://gleam.run/writing-gleam/gleam-toml/.
name = "formz_lustre"
version = "2.0.1"
description = "Lustre widgets and field definitions for the formz library."
licences = ["Unlicense"]
repository = { type = "github", user = "bentomas", repo = "formz", path = "formz_lustre" }
[dependencies]
# formz = { path = "../formz" }
formz = ">= 2.0.0 and < 3.0.0"
gleam_stdlib = ">= 0.34.0 and < 2.0.0"
lustre = ">= 4.6.3 and < 5.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"
formz_string = { path = "../formz_string" }