about summary refs log tree commit diff
path: root/Cargo.toml
blob: a116a3960aaff782a093f0738b3c6ff0c3f1847f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[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"
rayon = "*"

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

[profile.release]
debug = true