Current section

Files

Jump to
gleam_otp gleam.toml
Raw

gleam.toml

name = "gleam_otp"
version = "0.16.0"
licences = ["Apache-2.0"]
description = "Fault tolerant multicore Gleam programs with OTP"
gleam = ">= 1.4.0"
repository = { type = "github", user = "gleam-lang", repo = "otp" }
links = [
{ title = "Website", href = "https://gleam.run" },
{ title = "Sponsor", href = "https://github.com/sponsors/lpil" },
]
[dependencies]
gleam_stdlib = ">= 0.32.0 and < 1.0.0"
gleam_erlang = ">= 0.22.0 and < 1.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"
logging = ">= 1.3.0 and < 2.0.0"