Current section
Files
Jump to
Current section
Files
gleam_elli
gleam.toml
gleam.toml
name = "gleam_elli"
version = "2.3.0"
gleam = ">= 0.32.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.23"
gleam_stdlib = "~> 0.32"
gleam_http = "~> 3.0"
gleam_otp = "~> 0.3"
elli = "~> 3.0"
[dev-dependencies]
gleeunit = "~> 1.0"
gleam_hackney = "~> 1.0"