-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgleam.toml
29 lines (25 loc) · 871 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
28
29
name = "efetch"
version = "2.0.2"
# Fill out these fields if you intend to generate HTML documentation or publish
# your project to the Hex package manager.
#
description = "A Gleam http client for Erlang and JavaScript tragets."
licences = ["MIT"]
repository = { type = "github", user = "lv37", repo = "efetch" }
# links = [{ title = "Website", href = "https://gleam.run" }]
#
# For a full reference of all the available options, you can have a look at
# https://gleam.run/writing-gleam/gleam-toml/.
internal_modules = [
"efetch/internal",
"efetch/internal/*",
]
[dependencies]
gleam_stdlib = ">= 0.47.0 and < 1.0.0"
gleam_http = ">= 3.7.2 and < 4.0.0"
gleam_httpc = ">= 4.0.0 and < 5.0.0"
gleam_fetch = ">= 1.1.0 and < 2.0.0"
gleam_erlang = ">= 0.33.0 and < 1.0.0"
gleam_javascript = ">= 0.13.0 and < 1.0.0"
[dev-dependencies]
gleeunit = ">= 1.2.0 and < 2.0.0"