Current section

Files

Jump to
glitch gleam.toml
Raw

gleam.toml

name = "glitch"
version = "0.0.4"
# Fill out these fields if you intend to generate HTML documentation or publish
# your project to the Hex package manager.
#
description = "A Twitch client for Gleam"
licences = ["MIT"]
repository = { type = "github", user = "dmmulroy", repo = "glitch" }
# links = [{ title = "Website", href = "https://gleam.run" }]
#
# 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.34 or ~> 1.0"
logging = "~> 1.0"
gleam_json = "~> 1.0"
gleam_httpc = "~> 2.1"
gleam_http = "~> 3.5"
dot_env = "~> 0.2"
gleam_otp = "~> 0.10"
mist = "~> 1.0"
gleam_erlang = "~> 0.25"
shellout = "~> 1.6"
prng = "~> 3.0"
stratus = "~> 0.5"
[dev-dependencies]
gleeunit = "~> 1.0"