From 9d6a39f9daea8b214a26820d9055e138e8717c73 Mon Sep 17 00:00:00 2001 From: Orion Kindel Date: Wed, 22 May 2024 13:10:48 -0500 Subject: [PATCH] fix: cargo.toml --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 2db8c2d..4e57ef5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"] }