Current section

Files

Jump to
tote gleam.toml
Raw

gleam.toml

name = "tote"
version = "1.0.1"
description = "Bags (or multisets) in Gleam"
licences = ["Apache-2.0"]
repository = { type = "github", user = "giacomocavalieri", repo = "tote" }
gleam = ">= 0.32.0"
[dependencies]
gleam_stdlib = "~> 0.32 or ~> 1.0"
prng = "~> 3.0"
[dev-dependencies]
gleeunit = "~> 1.0"