Current section
Files
Jump to
Current section
Files
gleam.toml
name = "grom"
version = "2.0.0"
description = "A Gleamy library for the Discord API ๐"
licenses = ["MIT"]
repository = { type = "gitlab", user = "grom-gleam", repo = "grom" }
internal_modules = [
"grom/internal/*",
"grom/gateway/connection_pid",
"grom/gateway/heartbeat",
"grom/gateway/sequence",
"grom/gateway/resuming"
]
[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"
grom_stratus = ">= 1.0.2 and < 2.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"