-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathgleam.toml
27 lines (24 loc) · 838 Bytes
/
gleam.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
name = "telega"
version = "0.4.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.7.0"
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"