Packages

A Gleam library for Twilio Verify API - SMS verification codes

Current section

Files

Jump to
twillio_verify gleam.toml
Raw

gleam.toml

name = "twillio_verify"
version = "1.0.0"
description = "A Gleam library for Twilio Verify API - SMS verification codes"
# Fill out these fields if you intend to generate HTML documentation or publish
# your project to the Hex package manager.
#
licences = ["Apache-2.0"]
repository = { type = "github", user = "davecaos", repo = "twillio_verify" }
# links = [{ title = "Website", href = "" }]
#
# For a full reference of all the available options, you can have a look at
# https://gleam.run/writing-gleam/gleam-toml/
[dependencies]
gleam_stdlib = ">= 0.67.0 and < 1.0.0"
gleam_http = ">= 4.0.0 and < 5.0.0"
gleam_json = ">= 3.0.0 and < 4.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"
gleam_httpc = ">= 5.0.0 and < 6.0.0"
gleam_erlang = ">= 1.0.0 and < 2.0.0"