Current section
Files
Jump to
Current section
Files
gleam.toml
name = "etch"
version = "1.3.0"
description = "A Gleam TUI Backend Library"
licences = ["MIT"]
repository = { type = "github", user = "bananaofhappiness", repo = "etch" }
target = "javascript"
internal_modules = [
"etch/internal",
"etch/internal/*",
"examples/*",
"input",
"terminal",
]
[javascript]
runtime = "bun"
[javascript.deno]
allow_read = true
[dependencies]
gleam_stdlib = ">= 0.44.0 and < 2.0.0"
gleam_erlang = ">= 1.3.0 and < 2.0.0"
gleam_javascript = ">= 1.0.0 and < 2.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"