Packages

An API client for Caddy's browse directory listings

Current section

Files

Jump to
caddy_browse gleam.toml
Raw

gleam.toml

name = "caddy_browse"
version = "1.0.0"
description = "An API client for Caddy's browse directory listings"
licences = ["Apache-2.0"]
repository = { type = "github", user = "lpil", repo = "caddy_browse" }
links = [
{
title = "Sponsor",
href = "https://github.com/sponsors/lpil",
},
{
title = "Caddy's file server browse option",
href = "https://caddyserver.com/docs/caddyfile/directives/file_server#browse",
}
]
[dependencies]
gleam_stdlib = ">= 1.0.0 and < 2.0.0"
gleam_http = ">= 4.3.0 and < 5.0.0"
gleam_json = ">= 3.1.0 and < 4.0.0"
gleam_time = ">= 1.10.0 and < 2.0.0"
[dev_dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"