Current section

Files

Jump to
telega gleam.toml
Raw

gleam.toml

name = "telega"
version = "0.6.0"
description = "Gleam Telegram Bot Library"
licences = ["Apache-2.0"]
repository = { type = "github", user = "bondiano", repo = "telega-gleam" }
links = [
{ title = "Issues", href = "https://github.com/bondiano/telega-gleam/issues" },
{ title = "Examples", href = "https://github.com/bondiano/telega-gleam/tree/master/examples" },
]
gleam = ">= 1.9.1"
target = "erlang"
[dependencies]
gleam_stdlib = ">= 0.52.0 and < 1.0.0"
logging = ">= 1.3.0 and < 2.0.0"
gleam_http = ">= 3.7.2 and < 4.0.0"
gleam_httpc = ">= 4.0.0 and < 5.0.0"
wisp = ">= 1.5.1 and < 2.0.0"
gleam_erlang = ">= 0.33.0 and < 1.0.0"
gleam_otp = ">= 0.16.0 and < 1.0.0"
gleam_json = ">= 2.3.0 and < 3.0.0"
gleam_regexp = ">= 1.0.0 and < 2.0.0"
[dev-dependencies]
gleeunit = ">= 1.2.0 and < 2.0.0"
mockth = ">= 0.4.0 and < 1.0.0"