Skip to main content

gleam.toml

name = "kludge"
version = "1.0.1"
description = "Patch packages in a pinch"
licences = ["Apache-2.0"]
repository = { type = "forgejo", host = "https://git.krupitsky.com", user = "xflit", repo = "kludge" }

[dependencies]
gleam_stdlib = ">= 1.0.0 and < 2.0.0"
argv = ">= 1.1.0 and < 2.0.0"
child_process = ">= 1.2.0 and < 2.0.0"
temporary = ">= 1.0.0 and < 2.0.0"
tom = ">= 2.1.0 and < 3.0.0"
simplifile = ">= 2.5.0 and < 3.0.0"
snag = ">= 1.2.0 and < 2.0.0"
filepath = ">= 1.1.2 and < 2.0.0"
directories = ">= 1.2.0 and < 2.0.0"
platform = ">= 1.0.0 and < 2.0.0"
star = ">= 1.0.0 and < 2.0.0"
gleam_http = ">= 4.3.0 and < 5.0.0"
gleam_httpc = ">= 5.0.0 and < 6.0.0"
gleam_crypto = ">= 1.6.0 and < 2.0.0"
gleam_erlang = ">= 1.3.0 and < 2.0.0"

[dev_dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"