Current section
Files
Jump to
Current section
Files
gleescript
gleam.toml
gleam.toml
name = "gleescript"
version = "1.0.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"
gleam_erlang = "~> 0.23"
tom = "~> 0.3"
snag = "~> 0.3"
simplifile = "~> 1.0"
filepath = "~> 0.1"
[dev-dependencies]
gleeunit = "~> 1.0"