gleam.toml

name = "gleeps_dev_tools"
version = "0.0.2"
description = "Tooling for developing gleeps bots"
licenses = ["EUPL-1.2"]
gleam = ">= 1.16.0"

[repository]
type = "custom"
url = "https://tangled.org/ollie.earth/gleeps/tree/main/gleeps_dev_tools"

[dependencies]
clip = ">= 1.2.0 and < 2.0.0"
gleam_httpc = ">= 5.0.0 and < 6.0.0"
argv = ">= 1.1.0 and < 2.0.0"
gleam_stdlib = ">= 0.44.0 and < 2.0.0"
gleam_json = ">= 3.1.0 and < 4.0.0"
filepath = ">= 1.1.2 and < 2.0.0"
simplifile = ">= 2.4.0 and < 3.0.0"
shellout = ">= 1.8.0 and < 2.0.0"
gleam_erlang = ">= 1.3.0 and < 2.0.0"
youid = ">= 1.6.0 and < 2.0.0"
envoy = ">= 1.2.0 and < 2.0.0"
gleam_http = ">= 4.3.0 and < 5.0.0"
glint = ">= 1.2.1 and < 2.0.0"

[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"