finch_gleam/gleam.toml

23 lines
521 B
TOML
Raw Normal View History

2023-01-28 14:55:39 +00:00
name = "finch_gleam"
2023-12-27 21:44:32 +00:00
version = "5.0.0"
2023-01-28 19:18:11 +00:00
target = "erlang"
2023-12-27 21:44:32 +00:00
gleam = ">= 0.33.0"
2023-01-28 14:55:39 +00:00
# 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"
2023-01-28 19:18:11 +00:00
repository = { type = "gitlab", user = "Nicd", repo = "finch_gleam" }
2023-01-28 14:55:39 +00:00
links = []
[dependencies]
2023-12-27 21:44:32 +00:00
gleam_stdlib = "~> 0.34"
gleam_erlang = "~> 0.23"
gleam_http = "~> 3.5"
2023-04-30 17:18:51 +00:00
finch = "~> 0.16"
2023-01-28 14:55:39 +00:00
[dev-dependencies]
2023-12-27 21:44:32 +00:00
gleeunit = "~> 1.0"
mist = "~> 0.15"