finch_gleam/gleam.toml

22 lines
518 B
TOML

name = "finch_gleam"
version = "6.0.0"
target = "erlang"
gleam = "~> 1.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 = "gitlab", user = "Nicd", repo = "finch_gleam" }
links = []
[dependencies]
gleam_stdlib = "~> 0.36"
gleam_erlang = "~> 0.24"
gleam_http = "~> 3.5"
finch = "~> 0.18"
[dev-dependencies]
gleeunit = "~> 1.0"
mist = "~> 0.17"