finch_gleam/gleam.toml
2023-04-30 20:18:51 +03:00

21 lines
502 B
TOML

name = "finch_gleam"
version = "3.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.28"
gleam_erlang = "~> 0.18"
gleam_http = "~> 3.1"
finch = "~> 0.16"
[dev-dependencies]
gleeunit = "~> 0.10"
mist = "~> 0.11"