Current section

Files

Jump to
group_registry gleam.toml
Raw

gleam.toml

name = "group_registry"
version = "1.0.0"
gleam = ">= 1.11.0"
description = "Process groups, useful for pubsub"
licences = ["Apache-2.0"]
repository = { type = "github", user = "lpil", repo = "process_group" }
links = [
{ title = "Sponsor", href = "https://github.com/sponsors/lpil" },
]
[dependencies]
gleam_stdlib = ">= 0.44.0 and < 2.0.0"
gleam_erlang = ">= 1.3.0 and < 2.0.0"
gleam_otp = ">= 1.0.0 and < 2.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"