Current section
Files
Jump to
Current section
Files
gleam_elli
gleam.toml
gleam.toml
name = "gleam_elli"
version = "3.0.0"
gleam = ">= 1.10.0"
licences = ["Apache-2.0"]
description = "Run Gleam HTTP services with the Elli web server"
repository = { type = "github", user = "gleam-lang", repo = "elli" }
links = [
{ title = "Website", href = "https://gleam.run" },
{ title = "Sponsor", href = "https://github.com/sponsors/lpil" },
]
[dependencies]
gleam_erlang = ">= 0.34.0 and < 1.0.0"
gleam_otp = ">= 0.16.1 and < 1.0.0"
gleam_stdlib = ">= 0.44.0 and < 2.0.0"
gleam_http = ">= 4.0.0 and < 5.0.0"
elli = "~> 3.0"
[dev-dependencies]
gleeunit = "~> 1.0"
gleam_hackney = "~> 1.0"