Current section
Files
Jump to
Current section
Files
gleam.toml
name = "bungle"
version = "0.0.0"
description = "Bun bindings for Gleam, otherwise know as bungle!"
licences = ["MIT"]
repository = { type = "github", user = "joshgillies", repo = "bungle" }
links = [
{ title = "Gleam", href = "https://gleam.run" },
{ title = "Bun", href = "https://bun.sh" },
]
gleam = "~> 1.0"
target = "javascript"
# Using `runtime = "node"` for now as Bun has compatibility with most Node.js APIs.
# Eventually this could be `runtime = "bun"`?
runtime = "node"
[javascript]
typescript_declarations = true
[dependencies]
gleam_stdlib = "~> 0.34 or ~> 1.0"
[dev-dependencies]
gleeunit = "~> 1.0"