Packages

A TCP transport channel for the spoke MQTT client.

Current section

Files

Jump to
spoke_tcp gleam.toml
Raw

gleam.toml

name = "spoke_tcp"
version = "2.0.0"
description = "A TCP transport channel for the spoke MQTT client."
licences = ["Apache-2.0"]
repository = { type = "github", user = "sbergen", repo = "spoke", path = "spoke_tcp", tag-prefix = "spoke_tcp-" }
[dependencies]
gleam_stdlib = ">= 0.60.0 and < 2.0.0"
gleam_erlang = ">= 1.0.0 and < 2.0.0"
mug = ">= 3.0.0 and < 4.0.0"
spoke_mqtt_actor = ">= 1.0.0 and < 2.0.0"
spoke_core = ">= 1.0.0 and < 2.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"
glisten = ">= 8.0.0 and < 9.0.0"
gleam_otp = ">= 1.0.0 and < 2.0.0"
argv = ">= 1.0.2 and < 2.0.0"
spoke_mqtt = ">= 1.0.0 and < 2.0.0"