Packages

๐Ÿ”– Type-safe, unique ids for Gleam

Current section

Files

Jump to
typeid_gleam gleam.toml
Raw

gleam.toml

name = "typeid_gleam"
version = "1.0.0"
description = "๐Ÿ”– Type-safe, unique ids for Gleam"
licences = ["Apache-2.0"]
repository = { type = "github", user = "okkdev", repo = "typeid_gleam" }
# 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 = ">= 0.44.0 and < 2.0.0"
gleam_regexp = ">= 1.1.1 and < 2.0.0"
gleam_time = ">= 1.2.0 and < 2.0.0"
youid = ">= 1.5.1 and < 2.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"
gleam_json = ">= 3.0.1 and < 4.0.0"