Current section

Files

Jump to
chrobot gleam.toml
Raw

gleam.toml

name = "chrobot"
version = "1.2.0"
description = "A browser automation tool and interface to the Chrome DevTools Protocol."
licences = ["MIT"]
repository = { type = "github", user = "JonasGruenwald", repo = "chrobot" }
links = []
# For a full reference of all the available options, you can have a look at
# https://gleam.run/writing-gleam/gleam-toml/.
[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"
filepath = ">= 1.0.0 and < 2.0.0"
simplifile = ">= 1.7.0 and < 2.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"
gleam_httpc = ">= 2.2.0 and < 3.0.0"
gleam_http = ">= 3.6.0 and < 4.0.0"
justin = { path = "./vendor/justin" }
birdie = ">= 1.1.4 and < 2.0.0"