diff options
author | gennyble <gen@nyble.dev> | 2023-10-09 20:20:16 -0500 |
---|---|---|
committer | gennyble <gen@nyble.dev> | 2023-10-09 20:20:16 -0500 |
commit | 3ad73998fe7bbb146aa124bc22729afe98d77c4c (patch) | |
tree | 6840a9bc9efc682df8133ca53274cffcb3654a86 /Cargo.toml | |
parent | db422e0c983d7543d4d5e742630b29e36c55cbd4 (diff) | |
download | colorsquash-3ad73998fe7bbb146aa124bc22729afe98d77c4c.tar.gz colorsquash-3ad73998fe7bbb146aa124bc22729afe98d77c4c.zip |
some docs
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 14 |
1 files changed, 3 insertions, 11 deletions
diff --git a/Cargo.toml b/Cargo.toml index dc8c6d0..a4f7347 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,22 +3,14 @@ name = "colorsquash" version = "0.1.0" authors = ["gennyble <gen@nyble.dev>"] edition = "2021" +license = "ISC" +description = "A crate for quantizing colours with preference to the most frequently occuring" +repository = "https://github.com/gennyble/colorsquash" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -#image = "0.23.14" -#ahash = "0.7.4" -#libc = "0.2.103" -#rayon = "*" rgb = "0.8.36" -#[dependencies.kmeans_colors] -#version = "0.3" -#default-features = false - -[profile.release] -debug = true - [workspace] members = ["squash"] |