Current section

Files

Jump to
gleither gleam.toml
Raw

gleam.toml

name = "gleither"
version = "2.0.0"
description = "A small data-structure for representing an Either Monad"
licences = ["MIT"]
repository = { type = "github", user = "bwireman", repo = "gleither" }
links = []
# For a full reference of all the available options, you can have a look at
# https://gleam.run/writing-gleam/gleam-toml/.
[dependencies]
gleam_stdlib = "~> 0.36 or ~> 1.0"
[dev-dependencies]
gleeunit = "~> 1.0"
[javascript]
typescript_declarations = true