Skip to main content

gleam.toml

name = "starfruit"
version = "1.0.6"

# Fill out these fields if you intend to generate HTML documentation or publish
# your project to the Hex package manager.
#
description = "starfruit is a minimal gemini protocol static content server!"
licences = ["Apache-2.0"]
repository = { type = "codeberg", user = "aloe", repo = "starfruit" }
# links = [{ title = "Website", href = "" }]
#
# 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 = ">= 1.0.0 and < 2.0.0"
glisten = ">= 9.0.1 and < 10.0.0"
gleam_erlang = ">= 1.3.0 and < 2.0.0"
gleam_otp = ">= 1.2.0 and < 2.0.0"
simplifile = ">= 2.4.0 and < 3.0.0"
mimetype = ">= 0.24.0 and < 1.0.0"
gleam_time = ">= 1.8.0 and < 2.0.0"

[dev_dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"
gleescript = ">= 1.5.2 and < 2.0.0"