Current section
Files
Jump to
Current section
Files
gleam.toml
name = "espresso"
version = "0.0.2"
description = "A simple http server and router built on top of erlang cowboy"
# Fill out these fields if you intend to generate HTML documentation or publish
# your project to the Hex package manager.
#
licences = ["MIT"]
repository = { type = "github", user = "nathanjohnson320", repo = "espresso" }
# links = [{ title = "Website", href = "https://gleam.run" }]
links = []
[dependencies]
gleam_stdlib = "~> 0.28"
gleam_http = "~> 3.2.0"
gleam_json = "~> 0.5"
gleam_otp = "~> 0.3"
cowboy = "~> 2.0"
[dev-dependencies]
gleeunit = "~> 0.10"