Packages

Async IO capture for Gleam tests on JavaScript

Current section

Files

Jump to
take_promise gleam.toml
Raw

gleam.toml

name = "take_promise"
version = "1.0.0"
target = "javascript"
description = "Async IO capture for Gleam tests on JavaScript"
licences = ["Apache-2.0"]
gleam = ">= 1.14.0"
[repository]
type = "github"
user = "halostatue"
repo = "take"
path = "take_promise"
tag_prefix = "take_promise-"
[dependencies]
gleam_stdlib = ">= 0.44.0 and < 2.0.0"
gleam_javascript = ">= 1.0.0 and < 2.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"
glinter = ">= 2.15.0 and < 3.0.0"
[javascript.deno]
allow_read = ["gleam.toml", "test"]
[tools.glinter]
stats = true