Current section

Files

Jump to
discord_gleam gleam.toml
Raw

gleam.toml

name = "discord_gleam"
version = "1.2.0"
# Fill out these fields if you intend to generate HTML documentation or publish
# your project to the Hex package manager.
description = "discord_gleam is a (unfinished) library for making discord bots"
licences = ["MIT"]
repository = { type = "github", user = "cyteon", repo = "discord_gleam" }
# links = [{ title = "Website", href = "" }]
#
# For a full reference of all the available options, you can have a look at
# https://gleam.run/writing-gleam/gleam-toml/.
gleam = ">= 1.9.0"
[dependencies]
gleam_stdlib = ">= 0.44.0 and < 0.60.0"
gleam_erlang = ">= 0.25.0 and < 1.0.0"
gleam_http = ">= 3.6.0 and < 4.0.0"
gleam_json = "2.3.0"
gleam_hackney = ">= 1.2.0 and < 2.0.0"
hackney = "~> 1.21.0"
gleam_otp = ">= 0.10.0 and < 1.0.0"
birl = ">= 1.7.1 and < 2.0.0"
logging = ">= 1.3.0 and < 2.0.0"
stratus = ">= 0.9.0 and < 1.0.0"
repeatedly = ">= 2.1.1 and < 2.1.2"
bravo = ">= 4.0.1 and < 5.0.0"
glenvy = ">= 1.2.0 and < 2.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"