Current section

Files

Jump to
tote gleam.toml
Raw

gleam.toml

name = "tote"
version = "1.1.0"
description = "Bags (or multisets) in Gleam"
licences = ["Apache-2.0"]
repository = { type = "github", user = "giacomocavalieri", repo = "tote" }
[dependencies]
gleam_stdlib = ">= 1.0.0 and < 2.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"
prng = ">= 5.0.0 and < 6.0.0"