Current section
Files
Jump to
Current section
Files
gleam.toml
name = "smol"
version = "2.3.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 = "tangled", user = "becca.monster", repo = "smol" }
links = [{ title = "Examples Directory", href = "https://tangled.org/becca.monster/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"
[javascript.deno]
allow_read = ["gleam.toml", "test", "build", "/tmp"]
allow_write = ["/tmp"]