Packages

A Gleam library for working with the Sparkplug IoT protocol.

Current section

Files

Jump to
sparkleplug gleam.toml
Raw

gleam.toml

name = "sparkleplug"
version = "1.0.0"
description = "A Gleam library for working with the Sparkplug IoT protocol."
licences = ["MIT"]
repository = { type = "github", user = "KavanPrice", repo = "sparkleplug" }
[dependencies]
gleam_stdlib = ">= 0.34.0 and < 2.0.0"
gleam_json = ">= 2.0.0 and < 3.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"