Packages

A package of Erlang files and a .app.src file, with deps

Current section

Files

Jump to
Raw

gleam.toml

name = "bare_package_two"
version = "1.0.0"
# 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 = "A package of Erlang files and a .app.src file, with deps"
# repository = { type = "github", user = "username", repo = "project" }
# links = [{ title = "Website", href = "https://gleam.run" }]
[dependencies]
bare_package_one = "~> 1.0"
certifi = "~> 2.8"
[dev-dependencies]