Current section

Files

Jump to
smol gleam.toml
Raw

gleam.toml

name = "smol"
version = "2.2.0"
target = "javascript"
gleam = ">= 1.16.0"
# Fill out these fields if you intend to generate HTML documentation or publish
# your project to the Hex package manager.
#
description = "A tiny webserver supporting all Javascript runtimes"
licences = ["BSD-3-Clause"]
repository = { type = "gitlab", user = "arkandos", repo = "smol" }
links = [{ title = "Examples Directory", href = "https://gitlab.com/arkandos/smol/-/tree/main/examples" }]
#
# 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.44.0 and < 2.0.0"
gleam_javascript = ">= 1.0.0 and < 2.0.0"
gleam_http = ">= 4.0.0 and < 5.0.0"
gleam_json = ">= 2.3.0 and < 4.0.0"
marceau = ">= 1.3.0 and < 2.0.0"
filepath = ">= 1.1.0 and < 2.0.0"
gleam_crypto = ">= 1.5.1 and < 2.0.0"
gleam_time = ">= 1.8.0 and < 2.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"