Current section
Files
Jump to
Current section
Files
gleam.toml
name = "chrobot"
version = "2.2.5"
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 = ">= 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"
[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 < 2.0.0"