Current section
Files
Jump to
Current section
Files
gleescript
gleam.toml
gleam.toml
name = "gleescript"
version = "1.3.0"
description = "Bundle your Gleam-on-Erlang project into an escript, a single executable file!"
licences = ["Apache-2.0"]
repository = { type = "github", user = "lpil", repo = "gleescript" }
links = [
{ title = "Website", href = "https://gleam.run" },
{ title = "Sponsor", href = "https://github.com/sponsors/lpil" },
]
gleam = ">= 0.33.0"
[dependencies]
gleam_stdlib = ">= 0.32.0 and < 2.0.0"
gleam_erlang = ">= 0.23.0 and < 2.0.0"
tom = ">= 0.3.0 and < 2.0.0"
snag = ">= 0.3.0 and < 2.0.0"
simplifile = ">= 1.0.0 and < 2.0.0"
filepath = ">= 0.1.0 and < 2.0.0"
argv = ">= 1.0.2 and < 2.0.0"
[dev-dependencies]
gleeunit = "~> 1.0"