Current section

Files

Jump to
delay gleam.toml
Raw

gleam.toml

name = "delay"
version = "1.2.0"
description = "A dead simple data-structure for delaying side effects"
licences = ["MIT"]
repository = { type = "github", user = "bwireman", repo = "delay" }
links = [
{ title = "npm", href = "https://www.npmjs.com/package/delay-gleam" },
]
[dependencies]
gleam_stdlib = "~> 0.38"
[dev-dependencies]
gleeunit = "~> 1.2.0"
simplifile = ">= 2.0.0 and < 3.0.0"
go_over = ">= 2.0.0 and < 3.0.0"
cactus = ">= 1.0.0 and < 2.0.0"
[javascript]
typescript_declarations = true
[cactus.pre-commit]
actions = [
{ command = "format", kind = "sub_command", args = ["--check"] },
{ command = "go_over", args = ["--outdated"] },
{ command = "./scripts/build_js.sh", kind = "binary" },
{ command = "./scripts/test.sh", kind = "binary" },
]