aboutsummaryrefslogtreecommitdiff
path: root/aoc2023/build/packages/gleam_community_colour/gleam.toml
blob: 07a81bf3b4289e1999245deef8b5918192043162 (plain)
1
2
3
4
5
6
7
8
9
10
11
name = "gleam_community_colour"
version = "1.2.0"
licences = ["Apache-2.0"]
description = "Colour types, conversions, and other utilities"
repository = { type = "github", user = "gleam-community", repo = "colour" }

[dependencies]
gleam_stdlib = "~> 0.32"

[dev-dependencies]
gleeunit = "~> 0.11"