Current section
Files
Jump to
Current section
Files
finch_gleam
gleam.toml
gleam.toml
name = "finch_gleam"
version = "7.0.0"
target = "erlang"
gleam = ">= 1.4.0"
# Fill out these fields if you intend to generate HTML documentation or publish
# your project to the Hex package manager.
licences = ["MIT"]
description = "Gleam wrapper for the Finch HTTP client"
repository = { type = "forgejo", host = "git.ahlcode.fi", user = "nicd", repo = "finch_gleam" }
links = []
[dependencies]
gleam_stdlib = ">= 0.36.0 and < 2.0.0"
gleam_erlang = ">= 0.34.0 and < 2.0.0"
gleam_http = ">= 4.0.0 and < 5.0.0"
finch = ">= 0.19.0 and < 2.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"
mist = ">= 4.0.0 and < 5.0.0"