gleam-community-maths/gleam.toml
2023-09-16 23:34:00 +02:00

12 lines
271 B
TOML

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