Current section
Files
Jump to
Current section
Files
discord_gleam
gleam.toml
gleam.toml
name = "discord_gleam"
version = "0.0.2"
# 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 library for making discord bots in gleam (basic commands only)"
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/.
[dependencies]
gleam_stdlib = ">= 0.39.0 and < 1.0.0"
gleam_erlang = ">= 0.25.0 and < 1.0.0"
dotenv = ">= 3.1.0 and < 4.0.0"
gleam_http = ">= 3.6.0 and < 4.0.0"
gleam_json = ">= 2.0.0 and < 3.0.0"
gleam_hackney = ">= 1.2.0 and < 2.0.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 < 3.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"