finch_gleam/gleam.toml

23 lines
518 B
TOML
Raw Permalink Normal View History

2023-01-28 14:55:39 +00:00
name = "finch_gleam"
2024-03-04 16:13:18 +00:00
version = "6.0.0"
2023-01-28 19:18:11 +00:00
target = "erlang"
2024-03-04 16:13:18 +00:00
gleam = "~> 1.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]
2024-03-04 16:13:18 +00:00
gleam_stdlib = "~> 0.36"
gleam_erlang = "~> 0.24"
2023-12-27 21:44:32 +00:00
gleam_http = "~> 3.5"
2024-03-04 16:13:18 +00:00
finch = "~> 0.18"
2023-01-28 14:55:39 +00:00
[dev-dependencies]
2023-12-27 21:44:32 +00:00
gleeunit = "~> 1.0"
2024-03-04 16:13:18 +00:00
mist = "~> 0.17"