Skip to main content

gleam.toml

name = "etch_erlang"
version = "1.1.0"
description = "A Gleam TUI Backend Library"
licences = ["MIT"]
repository = { type = "github", user = "bananaofhappiness", repo = "etch" }

[dependencies]
gleam_stdlib = ">= 1.0.0 and < 2.0.0"
gleam_erlang = ">= 1.3.0 and < 2.0.0"
etch = ">= 1.4.0 and < 2.0.0"

[dev_dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"