about summary refs log tree commit diff
path: root/Cargo.toml
blob: f389eed3a0f926f3f035ddb9d893c726201b5906 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "colors"
version = "0.1.0"
authors = ["Brad Alfirevic <brad@genbyte.dev>"]
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
image = "0.23.14"

[dependencies.kmeans_colors]
version = "0.3"
default-features = false