finch_gleam/gleam.toml

22 lines
500 B
TOML
Raw Normal View History

2023-01-28 14:55:39 +00:00
name = "finch_gleam"
version = "1.0.0"
2023-01-28 19:18:11 +00:00
target = "erlang"
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-02-17 20:20:17 +00:00
gleam_stdlib = "~> 0.26"
2023-01-28 14:55:39 +00:00
gleam_erlang = "~> 0.17"
gleam_http = "~> 3.1"
finch = "~> 0.14"
[dev-dependencies]
gleeunit = "~> 0.7"
mist = "~> 0.9"