Current section

Files

Jump to
glenvy gleam.toml
Raw

gleam.toml

name = "glenvy"
version = "0.1.0"
description = "A pleasant way to interact with your environment."
licences = ["MIT"]
repository = { type = "github", user = "maxdeviant", repo = "glenvy" }
[dependencies]
gleam_stdlib = "~> 0.29"
gleam_erlang = "~> 0.19"
[dev-dependencies]
gleeunit = "~> 0.10"