okthief/Cargo.toml

14 lines
350 B
TOML
Raw Normal View History

2024-04-19 18:29:30 +00:00
[package]
name = "okthief"
2024-05-22 18:10:48 +00:00
description = "pywal backend using OKLab to sample images and generate color palettes"
license = "GPL-3.0"
2024-04-19 18:29:30 +00:00
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"