Current section
Files
Jump to
Current section
Files
gleam.toml
name = "grom"
version = "5.1.4"
description = "A Gleamy library for the Discord API ๐"
licenses = ["MIT"]
repository = { type = "github", user = "folospior", repo = "grom" }
internal_modules = [
"grom/internal/*"
]
# [documentation]
# pages = [
# { title = "Your first bot", path = "01-your-first-bot.html", source = "./pages/01-your-first-bot.md"}
# ]
[dependencies]
gleam_erlang = ">= 1.3.0 and < 2.0.0"
gleam_http = ">= 4.0.0 and < 5.0.0"
gleam_httpc = ">= 5.0.0 and < 6.0.0"
gleam_json = ">= 3.0.1 and < 4.0.0"
gleam_otp = ">= 1.1.0 and < 2.0.0"
gleam_stdlib = ">= 0.44.0 and < 2.0.0"
gleam_time = ">= 1.1.0 and < 2.0.0"
multipart_form = ">= 1.1.0 and < 2.0.0"
operating_system = ">= 1.0.1 and < 2.0.0"
status_code = ">= 1.0.0 and < 2.0.0"
stratus = ">= 2.0.0 and < 3.0.0"
splitter = ">= 1.2.0 and < 2.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"