Packages

Distributed pub/sub for Gleam with automatic cluster synchronization across BEAM nodes

Current section

Files

Jump to
roar gleam.toml
Raw

gleam.toml

name = "roar"
version = "0.1.0"
description = "Distributed pub/sub for Gleam with automatic cluster synchronization across BEAM nodes"
licenses = ["MIT"]
repository = { type = "github", user = "webermarci", repo = "roar" }
target = "erlang"
[dependencies]
gleam_stdlib = ">= 0.44.0 and < 2.0.0"
whisper = ">= 0.1.0 and < 1.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"