Current section

Files

Jump to
giolt_sdk gleam.toml
Raw

gleam.toml

name = "giolt_sdk"
version = "1.0.2"
description = "The Giolt SDK for deploying Gleam apps to the edge"
internal_modules = ["giolt_sdk/internal", "giolt_sdk/internal/*"]
target = "javascript"
licences = ["GPL-3.0-or-later", "Apache-2.0"]
repository = { type = "github", user = "withgiolt", repo = "giolt_sdk" }
links = [
{ title = "Website", href = "https://giolt.com" },
{ title = "Docs", href = "https://docs.giolt.com" }
]
[dependencies]
gleam_stdlib = ">= 1.0.0 and < 2.0.0"
simplifile = ">= 2.7.0 and < 3.0.0"
gleam_http = ">= 4.3.0 and < 5.0.0"
envie = ">= 1.2.0 and < 2.0.0"
gleam_javascript = ">= 1.0.1 and < 2.0.0"
filepath = ">= 1.1.2 and < 2.0.0"
tom = ">= 2.1.0 and < 3.0.0"
argv = ">= 1.1.0 and < 2.0.0"
clip = ">= 1.2.1 and < 2.0.0"
shellout = ">= 1.8.0 and < 2.0.0"
conversation = ">= 2.0.2 and < 3.0.0"
gleam_regexp = ">= 1.1.1 and < 2.0.0"
[dev_dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"