okthief/Cargo.toml
2024-05-22 13:10:48 -05:00

14 lines
350 B
TOML

[package]
name = "okthief"
description = "pywal backend using OKLab to sample images and generate color palettes"
license = "GPL-3.0"
version = "0.1.0"
edition = "2021"
[dependencies]
clap = { version = "4.5.4", features = ["derive"] }
image = { version = "0.25.1", features = ["rayon"] }
ok-picker = "0.0.3"
rayon = "1.10.0"
serde_json = "1.0.116"