Current section
Files
Jump to
Current section
Files
gleam.toml
name = "glats"
version = "0.9.0"
description = "A NATS client for Gleam."
licences = ["MIT"]
repository = { type = "github", user = "arnarg", repo = "glats" }
gleam = ">= 1.4.0"
[dependencies]
gleam_stdlib = "~> 0.36"
gnat = "~> 1.8"
gleam_erlang = "~> 0.25"
gleam_otp = "~> 0.10"
gleam_json = "~> 3.0"
gleam_crypto = "~> 1.3"
[dev-dependencies]
gleeunit = "~> 1.0"