Current section
Files
Jump to
Current section
Files
gleam.toml
name = "glimpse"
version = "0.9.0"
description = "Package loader and typechecker for glance"
licences = ["Apache-2.0"]
repository = { type = "github", user = "dusty-phillips", repo = "glimpse" }
links = [
{ title = "Website", href = "https://github.com/dusty-phillips/glimpse" },
]
#
# 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.5 and < 2.0.0"
glance = ">= 7.0.0 and < 8.0.0"
[dev-dependencies]
gleeunit = ">= 1.11.0 and < 2.0.0"
gleam_erlang = ">= 1.3.0 and < 2.0.0"
argv = ">= 1.1.0 and < 2.0.0"
simplifile = ">= 2.7.0 and < 3.0.0"
shellout = ">= 1.8.0 and < 2.0.0"