Current section
Files
Jump to
Current section
Files
gleam.toml
name = "future"
version = "1.0.0"
description = "A async futures library for gleam supporting erlang and javascript (deno, bun, node)"
licences = ["Apache-2.0"]
repository = { type = "github", user = "BradBot1", repo = "gleam_future" }
[dependencies]
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"
[javascript.deno]
allow_read = [
"gleam.toml",
"test",
"build",
]