mirror of
https://github.com/sigmasternchen/gleam-community-maths
synced 2025-03-15 07:59:01 +00:00
12 lines
270 B
TOML
12 lines
270 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.25"
|
|
|
|
[dev-dependencies]
|
|
gleeunit = "~> 0.7"
|