Packages

A Gleam networking library for TCP, UDP, and SSL/TLS sockets

Current section

Files

Jump to
neon gleam.toml
Raw

gleam.toml

name = "neon"
version = "2.0.0"
description = "A Gleam networking library for TCP, UDP, and SSL/TLS sockets"
licences = ["MIT"]
repository = { type = "github", user = "stndrs", repo = "neon" }
target = "erlang"
[dependencies]
gleam_stdlib = ">= 0.44.0 and < 2.0.0"
gleam_erlang = ">= 1.3.0 and < 2.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"
gleam_crypto = ">= 1.6.0 and < 2.0.0"