Current section
Files
Jump to
Current section
Files
gleam.toml
name = "hello_joe"
version = "1.0.0"
description = "A package that prints hello!"
licences = ["Apache-2.0"]
# repository = { type = "github", user = "gleam-lang", repo = "gleam" }
links = [
{ title = "Website", href = "https://www.youtube.com/watch?v=xrIjfIjssLE" },
]
[dependencies]
gleam_stdlib = "~> 0.34 or ~> 1.0"
[dev-dependencies]
gleeunit = "~> 1.0"