Skip to main content

gleam.toml

name = "discord_webhook"
version = "0.1.1"
description = "A simple Gleam library for sending Discord webhook."
licences = ["MIT"]

repository = { type = "github", user = "dj-kaif", repo = "discord_webhook" }

internal_modules = ["examples/"]

[dependencies]
gleam_stdlib = ">= 1.0.0"
gleam_http = ">= 4.3.0 and < 5.0.0"
gleam_httpc = ">= 5.0.0 and < 6.0.0"
gleam_json = ">= 3.1.0 and < 4.0.0"

[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"