Current section

Files

Jump to
chrobot gleam.toml
Raw

gleam.toml

name = "chrobot"
version = "2.1.2"
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.34.0 and < 2.0.0"
gleam_json = ">= 1.0.0 and < 2.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 < 3.0.0"
gleam_http = ">= 3.6.0 and < 4.0.0"
filepath = ">= 1.0.0 and < 2.0.0"
simplifile = ">= 1.7.0 and < 2.0.0"
gleam_community_ansi = ">= 1.4.0 and < 2.0.0"
spinner = ">= 1.1.0 and < 2.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"
justin = { path = "./vendor/justin" }
birdie = ">= 1.1.4 and < 2.0.0"