-
Notifications
You must be signed in to change notification settings - Fork 2
/
gleam.toml
32 lines (28 loc) · 960 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
30
31
32
name = "chrobot"
version = "3.0.4"
description = "A browser automation tool and interface to the Chrome DevTools Protocol."
licences = ["MIT"]
repository = { type = "github", user = "JonasGruenwald", repo = "chrobot" }
links = []
[documentation]
pages = [
{ title = "Changelog", path = "changelog.html", source = "./CHANGELOG.md" },
]
[dependencies]
gleam_stdlib = ">= 0.47.0 and < 2.0.0"
gleam_json = ">= 1.0.0 and < 3.0.0"
gleam_erlang = ">= 0.25.0 and < 1.0.0"
gleam_otp = ">= 0.10.0 and < 1.0.0"
gleam_httpc = ">= 2.2.0 and < 4.0.0"
gleam_http = ">= 3.6.0 and < 4.0.0"
filepath = ">= 1.0.0 and < 2.0.0"
simplifile = ">= 2.0.1 and < 3.0.0"
gleam_community_ansi = ">= 1.4.0 and < 2.0.0"
spinner = ">= 1.1.0 and < 2.0.0"
envoy = ">= 1.0.2 and < 2.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"
justin_fork = { path = "./vendor/justin_fork" }
birdie = ">= 1.1.8 and < 2.0.0"
mist = ">= 1.2.0 and < 4.0.0"
gleam_regexp = ">= 1.0.0 and < 2.0.0"