Packages

A Gleam wrapper for the Battlesnake API

Current section

Files

Jump to
battlesnake gleam.toml
Raw

gleam.toml

name = "battlesnake"
version = "0.1.0"
description = "A Gleam wrapper for the Battlesnake API"
licences = ["MIT"]
repository = { type = "github", user = "leah-u", repo = "battlesnake" }
links = [{ title = "Battlesnake Docs", href = "https://docs.battlesnake.com/" }]
target = "erlang"
gleam = ">= 1.4.0"
[dependencies]
gleam_stdlib = ">= 0.34.0 and < 0.40.0"
gleam_json = ">= 1.0.1 and < 2.0.0"
decode = ">= 0.2.0 and < 1.0.0"
wisp = ">= 1.1.0 and < 2.0.0"
gleam_http = ">= 3.6.0 and < 4.0.0"
gleam_otp = ">= 0.11.0 and < 1.0.0"
gleam_erlang = ">= 0.25.0 and < 1.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"