Packages
howdy_uuid
0.1.0
A library for Gleam to parse UUIDs. This is a slightly modify version of gleam_uuid, to work with the latest version of gleam
Current section
Files
Jump to
Current section
Files
howdy_uuid
gleam.toml
gleam.toml
name = "howdy_uuid"
version = "0.1.0"
# Fill out these fields if you intend to generate HTML documentation or publish
# your project to the Hex package manager.
#
licences = ["Apache-2.0"]
description = "A library for Gleam to parse UUIDs. This is a slightly modify version of gleam_uuid, to work with the latest version of gleam"
repository = { type = "github", user = "mikeyjones", repo = "howdy_uuid" }
# links = [{ title = "Website", href = "https://gleam.run" }]
[dependencies]
gleam_stdlib = "~> 0.21"
[dev-dependencies]
gleeunit = "~> 0.6"