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"] }