Packages

A smoother way to send HTTP requests in Gleam with Axios-like APIs

Current section

Files

Jump to
falcon gleam.toml
Raw

gleam.toml

name = "falcon"
version = "1.1.0"
gleam = ">= 0.34.0"
# Fill out these fields if you intend to generate HTML documentation or publish
# your project to the Hex package manager.
#
description = "A smoother way to send HTTP requests in Gleam with Axios-like APIs"
licences = ["Apache-2.0"]
repository = { type = "github", user = "trulyao", repo = "falcon" }
# links = [{ title = "Website", href = "https://gleam.run" }]
[dependencies]
gleam_stdlib = "~> 0.34 or ~> 1.0"
gleam_http = "~> 3.6"
gleam_json = "~> 1.0"
hackney = "~> 1.20"
[dev-dependencies]
gleeunit = "~> 1.0"