Current section

Files

Jump to
etch gleam.toml
Raw

gleam.toml

name = "etch"
version = "1.1.0"
description = "A Gleam TUI Backend Library"
licences = ["MIT"]
repository = { type = "github", user = "bananaofhappiness", repo = "etch" }
internal_modules = [
"etch/internal",
"etch/internal/*",
"examples/*",
]
[dependencies]
gleam_stdlib = ">= 0.44.0 and < 2.0.0"
gleam_erlang = ">= 1.3.0 and < 2.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"