Current section
Files
Jump to
Current section
Files
gleam.toml
name = "mochi"
version = "2.0.0"
description = "Code First GraphQL library for Gleam"
licences = ["Apache-2.0"]
repository = { type = "github", user = "qwexvf", repo = "mochi" }
links = [{ title = "Documentation", href = "https://hexdocs.pm/mochi/" }]
gleam = ">= 1.15.0"
[dependencies]
gleam_stdlib = ">= 0.44.0 and < 2.0.0"
gleam_json = ">= 3.0.0 and < 4.0.0"
gleam_crypto = ">= 1.5.2 and < 2.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"
birdie = ">= 1.3.2 and < 2.0.0"