Current section

Files

Jump to
discord_gleam gleam.toml
Raw

gleam.toml

name = "discord_gleam"
version = "1.7.1"
# 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.11.0"
[dependencies]
gleam_stdlib = ">= 0.60.0 and < 1.0.0"
gleam_erlang = ">= 1.0.0 and < 2.0.0"
gleam_http = ">= 4.0.0 and < 5.0.0"
gleam_json = ">= 3.0.1 and < 4.0.0"
gleam_hackney = ">= 1.3.1 and < 2.0.0"
hackney = ">= 1.24.1 and < 2.0.0"
gleam_otp = ">= 1.0.0 and < 2.0.0"
logging = ">= 1.3.0 and < 2.0.0"
repeatedly = ">= 2.1.2 and < 3.0.0"
glenvy = ">= 2.0.1"
booklet = ">= 1.0.2 and < 2.0.0"
discord_gleam_stratus = ">= 1.0.2 and < 2.0.0"
[dev-dependencies]
gleeunit = ">= 1.5.1 and < 2.0.0"