Current section
Files
Jump to
Current section
Files
formz_string
gleam.toml
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_string"
version = "2.0.1"
description = "String widgets and field definitions for the formz library."
licences = ["Unlicense"]
repository = { type = "github", user = "bentomas", repo = "formz", path = "formz_string" }
[dependencies]
# formz = { path = "../formz" }
formz = ">= 2.0.0 and < 3.0.0"
gleam_stdlib = ">= 0.34.0 and < 2.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"
birdie = ">= 1.2.3 and < 2.0.0"