Current section

Files

Jump to
Raw

gleam.toml

name = "gleam_community_maths"
version = "2.0.2"
licences = ["Apache-2.0"]
description = "A basic maths library"
repository = { type = "github", user = "gleam-community", repo = "maths" }
gleam = ">= 1.4.0"
[dependencies]
gleam_stdlib = ">= 1.0.0 and < 2.0.0"
gleam_yielder = ">= 1.1.0 and < 2.0.0"
[dev-dependencies]
gleeunit = "~> 1.0"