Packages

A library for creating program wide unique identifiers

Current section

Files

Jump to
bespoke gleam.toml
Raw

gleam.toml

name = "bespoke"
version = "1.0.0"
description = "A library for creating program wide unique identifiers"
licences = ["Apache-2.0"]
repository = { type = "github", user = "BradBot1", repo = "gleam_bespoke" }
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"
[javascript.deno]
allow_read = [
"gleam.toml",
"test",
"build",
]