diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml index a116a39..9a2c9ad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,6 +8,8 @@ edition = "2021" [dependencies] image = "0.23.14" +ahash = "0.7.4" +libc = "0.2.103" rayon = "*" [dependencies.kmeans_colors] |