Current section

Files

Jump to
shiny gleam.toml
Raw

gleam.toml

name = "shiny"
version = "1.0.4"
description = "A TUI library for Gleam"
licences = ["MIT"]
repository = { type = "github", user = "gleemers", repo = "shiny" }
# links = [{ title = "Website", href = "" }] # planned for future
[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"