Current section

Files

Jump to
grammy gleam.toml
Raw

gleam.toml

name = "grammy"
version = "0.3.2"
description = "A basic Gleam UDP server"
licences = ["Apache-2.0"]
repository = { type = "github", user = "rawhat", repo = "grammy" }
# links = [{ title = "Website", href = "https://gleam.run" }]
#
# For a full reference of all the available options, you can have a look at
# https://gleam.run/writing-gleam/gleam-toml/.
[dependencies]
gleam_stdlib = ">= 0.44.0 and < 2.0.0"
gleam_otp = ">= 0.10.0 and < 1.0.0"
gleam_erlang = ">= 0.25.0 and < 1.0.0"
logging = ">= 1.1.0 and < 2.0.0"
[dev-dependencies]
gleeunit = ">= 1.3.1 and < 2.0.0"