gleam-community-maths/gleam.toml
Hayleigh Thompson b0b9e728ea 🔖 Bump to v1.1.1
2024-05-25 01:43:10 +01:00

13 lines
290 B
TOML

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