Current section

Files

Jump to

gleam.toml

name = "first_gleam_publish_package"
version = "2.2.2"
# Fill out these fields if you intend to generate HTML documentation or publish
# your project to the Hex package manager.
#
licences = ["Apache-2.0"]
description = "The first library published with the Gleam build tool"
# repository = { type = "github", user = "username", repo = "project" }
links = [{ title = "Website", href = "https://gleam.run" }]
[dependencies]
gleam_stdlib = "~> 0.17"
[dev-dependencies]
# some_test_package = "~> 1.0"