gleam-community-maths/gleam.toml

13 lines
271 B
TOML
Raw Normal View History

2022-12-23 14:26:58 +00:00
name = "gleam_community_maths"
2023-09-18 08:11:27 +00:00
version = "1.0.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" }
[dependencies]
2023-09-16 21:34:00 +00:00
gleam_stdlib = "~> 0.30"
2022-12-23 14:26:58 +00:00
[dev-dependencies]
2023-09-16 21:34:00 +00:00
gleeunit = "~> 0.10"