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"
2023-12-19 10:12:23 +00:00
version = "1.0.2"
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.33.0"
2022-12-23 14:26:58 +00:00
[dependencies]
gleam_stdlib = "~> 0.34"
2022-12-23 14:26:58 +00:00
[dev-dependencies]
2023-12-09 00:27:47 +00:00
gleeunit = "~> 1.0"