aboutsummaryrefslogtreecommitdiff
path: root/aoc2023/build/packages/gleam_community_maths/gleam.toml
blob: 9dc5fd73fb946ada4cedc29278b5ecf98df16b29 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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"