Current section

Files

Jump to
gleam_erlang gleam.toml
Raw

gleam.toml

name = "gleam_erlang"
version = "0.17.1"
licences = ["Apache-2.0"]
description = "A Gleam library for working with Erlang"
repository = { type = "github", user = "gleam-lang", repo = "erlang" }
links = [
{ title = "Website", href = "https://gleam.run" },
{ title = "Sponsor", href = "https://github.com/sponsors/lpil" },
]
[dependencies]
gleam_stdlib = "~> 0.22"
[dev-dependencies]
gleeunit = "~> 0.6"