Packages

Topic-based publish/subscribe for Gleam with automatic dead subscriber cleanup

Current section

Files

Jump to
topics gleam.toml
Raw

gleam.toml

name = "topics"
version = "1.0.0"
description = "Topic-based publish/subscribe for Gleam with automatic dead subscriber cleanup"
licences = ["Apache-2.0"]
repository = { type = "github", user = "manelsen", repo = "pubsub" }
links = [{ title = "Repository", href = "https://github.com/manelsen/pubsub" }]
[dependencies]
gleam_stdlib = ">= 0.44.0 and < 2.0.0"
gleam_otp = ">= 1.0.0 and < 2.0.0"
gleam_erlang = ">= 1.0.0 and < 2.0.0"
[dev_dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"