Packages

Types and functions for MQTT 3.1.1 clients.

Current section

Files

Jump to
spoke_mqtt gleam.toml
Raw

gleam.toml

name = "spoke_mqtt"
version = "1.0.0"
description = "Types and functions for MQTT 3.1.1 clients."
licences = ["Apache-2.0"]
repository = { type = "github", user = "sbergen", repo = "spoke", path = "spoke_mqtt", tag-prefix = "spoke_mqtt-" }
[dependencies]
gleam_stdlib = ">= 0.60.0 and < 2.0.0"
spoke_packet = ">= 1.0.0 and < 2.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"