gleam-community-maths/gleam.toml

14 lines
290 B
TOML
Raw Normal View History

2022-12-23 14:26:58 +00:00
name = "gleam_community_maths"
2024-03-11 23:16:05 +00:00
version = "1.1.0"
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"
2022-12-23 14:26:58 +00:00
[dev-dependencies]
2023-12-09 00:27:47 +00:00
gleeunit = "~> 1.0"