Current section
Files
Jump to
Current section
Files
glm_freebsd
gleam.toml
gleam.toml
name = "glm_freebsd"
version = "1.3.0"
description = "CLI tool to package a Gleam app as a FreeBSD package, with a service script."
licences = ["Apache-2.0"]
repository = { type = "github", user = "toddg", repo = "glm_freebsd.git" }
# 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 = ">= 0.44.0 and < 2.0.0"
clip = ">= 1.2.0 and < 2.0.0"
handles = ">= 5.0.0 and < 6.0.0"
argv = ">= 1.0.2 and < 2.0.0"
simplifile = ">= 2.4.0 and < 3.0.0"
gleam_json = ">= 3.1.0 and < 4.0.0"
shellout = ">= 1.8.0 and < 2.0.0"
tom = ">= 2.0.1 and < 3.0.0"
gleescript = ">= 1.5.2 and < 2.0.0"
logging = ">= 1.3.0 and < 2.0.0"
gleam_erlang = ">= 1.3.0 and < 2.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"