Current section

Files

Jump to
gleam_test gleam.toml
Raw

gleam.toml

name = "gleam_test"
version = "0.1.0"
licences = ["Apache-2.0"]
description = "A Gleam library..."
links = [{ title = "Website", href = "https://gleam.run" }]
[dependencies]
gleam_stdlib = "~> 0.19"
[dev-dependencies]
gleeunit = "~> 0.6"