gleam-community-maths/gleam.toml
McKayla Washburn 20c3d67e6d
v1.0.1
2023-12-08 17:27:47 -07:00

12 lines
270 B
TOML

name = "gleam_community_maths"
version = "1.0.1"
licences = ["Apache-2.0"]
description = "A basic maths library"
repository = { type = "github", user = "gleam-community", repo = "maths" }
[dependencies]
gleam_stdlib = "~> 0.33"
[dev-dependencies]
gleeunit = "~> 1.0"