Current section
Files
Jump to
Current section
Files
gleam.toml
name = "gxyz"
version = "0.2.0"
description = "๐ A small library of helper functions, that works as a companion of gleam_stdlib"
licences = ["MIT"]
repository = { type = "github", user = "bwireman", repo = "gxyz" }
[javascript]
typescript_declarations = false
runtime = "nodejs"
[javascript.deno]
allow_all = true
[dependencies]
gleam_stdlib = ">= 0.34.0 and < 2.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"
simplifile = ">= 2.2.0 and < 3.0.0"