fix: cargo.toml

This commit is contained in:
orion 2024-05-22 13:10:48 -05:00
parent 57fe2cc37d
commit 9d6a39f9da
Signed by: orion
GPG Key ID: 6D4165AE4C928719

View File

@ -1,10 +1,10 @@
[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"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap = { version = "4.5.4", features = ["derive"] }
image = { version = "0.25.1", features = ["rayon"] }