Current section
Files
Jump to
Current section
Files
gleam.toml
name = "pevensie"
version = "0.1.0"
description = "The backend application framework for Gleam!"
licences = ["MIT"]
repository = { type = "github", user = "Pevensie", repo = "pevensie" }
links = [{ title = "Website", href = "https://pevensie.dev" }]
target = "erlang"
[dependencies]
gleam_stdlib = ">= 0.34.0 and < 2.0.0"
gleam_erlang = ">= 0.25.0 and < 1.0.0"
argus = ">= 1.0.1 and < 2.0.0"
gleam_pgo = ">= 0.13.0 and < 1.0.0"
birl = ">= 1.7.1 and < 2.0.0"
decode = ">= 0.2.0 and < 1.0.0"
gleam_json = ">= 1.0.1 and < 2.0.0"
gleam_crypto = ">= 1.3.0 and < 2.0.0"
glint = ">= 1.0.1 and < 2.0.0"
argv = ">= 1.0.2 and < 2.0.0"
simplifile = ">= 2.2.0 and < 3.0.0"
snag = ">= 0.3.0 and < 1.0.0"
filepath = ">= 1.0.0 and < 2.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"