Current section
Files
Jump to
Current section
Files
gleam.toml
name = "telega"
version = "2.3.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" },
]
[documentation]
pages = [
{ title = " ", path = "#", source = "" },
{ title = "Router", path="docs/router.html", source="docs/router.md" },
{ title = "Conversation", path="docs/conversation.html", source="docs/conversation.md" },
{ title = "Conversation Flows", path="docs/conversation-flows.html", source="docs/conversation-flows.md" },
{ title = "Dialogs", path="docs/dialogs.html", source="docs/dialogs.md" },
{ title = "Session Serialization", path="docs/session-serialization.html", source="docs/session-serialization.md" },
{ title = "Dependency Injection", path="docs/dependency-injection.html", source="docs/dependency-injection.md" },
{ title = "Testing", path="docs/testing.html", source="docs/testing.md" },
]
gleam = ">= 1.12.0"
target = "erlang"
[dependencies]
gleam_stdlib = ">= 1.0.0 and < 2.0.0"
gleam_http = ">= 4.0.0 and < 5.0.0"
gleam_erlang = ">= 1.2.0 and < 2.0.0"
gleam_otp = ">= 1.0.0 and < 2.0.0"
gleam_json = ">= 3.0.2 and < 4.0.0"
gleam_regexp = ">= 1.1.1 and < 2.0.0"
gleam_time = ">= 1.2.0 and < 2.0.0"
logging = ">= 1.3.0 and < 2.0.0"
simplifile = ">= 2.3.0 and < 3.0.0"
telemetry = ">= 1.2.0 and < 2.0.0"
[dev-dependencies]
gleeunit = ">= 1.2.0 and < 2.0.0"
birdie = ">= 2.0.1 and < 3.0.0"