Current section
Files
Jump to
Current section
Files
finch_gleam
gleam.toml
gleam.toml
name = "finch_gleam"
version = "2.0.0"
target = "erlang"
# 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 = "gitlab", user = "Nicd", repo = "finch_gleam" }
links = []
[dependencies]
gleam_stdlib = "~> 0.27.0"
gleam_erlang = "~> 0.18"
gleam_http = "~> 3.1"
finch = "~> 0.14"
[dev-dependencies]
gleeunit = "~> 0.10"
mist = "~> 0.9"