Current section

Files

Jump to
gleamql gleam.toml
Raw

gleam.toml

name = "gleamql"
version = "0.4.0"
# Fill out these fields if you intend to generate HTML documentation or publish
# your project to the Hex package manager.
#
licences = ["Apache-2.0"]
description = "A Simple Graphql Client Written In Gleam ✨"
repository = { type = "github", user = "cobbinma", repo = "gleamql" }
links = [{ title = "Website", href = "https://gleam.run" }]
[dependencies]
gleam_json = ">= 3.0.2 and < 4.0.0"
gleam_stdlib = ">= 0.61.0 and < 1.0.0"
glint = ">= 1.2.1 and < 2.0.0"
[dev-dependencies]
gleeunit = ">= 1.6.0 and < 2.0.0"
gleam_hackney = ">= 1.3.1 and < 2.0.0"
gleam_http = ">= 4.0.0 and < 5.0.0"