Current section
Files
Jump to
Current section
Files
gleam.toml
name = "gluon"
version = "0.1.2"
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 = ["MIT"]
repository = { type = "github", user = "thelinuxlich", repo = "gluon" }
# links = [{ title = "Website", href = "https://gleam.run" }]
[dependencies]
gleam_stdlib = "~> 0.29"
gleam_erlang = "~> 0.19"
glisten = "~> 0.7"
[dev-dependencies]
gleeunit = "~> 0.10"