gleam-community-maths/gleam.toml

15 lines
329 B
TOML
Raw Normal View History

2022-12-23 14:26:58 +00:00
name = "gleam_community_maths"
2024-05-25 00:43:10 +00:00
version = "1.1.1"
2022-12-23 14:26:58 +00:00
licences = ["Apache-2.0"]
description = "A basic maths library"
repository = { type = "github", user = "gleam-community", repo = "maths" }
gleam = ">= 0.32.0"
2022-12-23 14:26:58 +00:00
[dependencies]
gleam_stdlib = "~> 0.38"
2024-12-07 22:46:49 +00:00
gleam_yielder = ">= 1.1.0 and < 2.0.0"
2022-12-23 14:26:58 +00:00
[dev-dependencies]
2023-12-09 00:27:47 +00:00
gleeunit = "~> 1.0"