Current section
Files
Jump to
Current section
Files
gleam.toml
name = "testbldr"
version = "0.1.1"
description = "A Gleam project"
# Fill out these fields if you intend to generate HTML documentation or publish
# your project to the Hex package manager.
#
licences = ["Apache-2.0"]
repository = { type = "github", user = "bcpeinhardt", repo = "testbldr" }
# links = [{ title = "Website", href = "https://gleam.run" }]
[dependencies]
gleam_stdlib = "~> 0.30"
simplifile = "~> 0.1"
glance = "~> 0.6"
gleam_otp = "~> 0.7"
colours = "~> 0.2"
[dev-dependencies]
gleeunit = "~> 0.10"