fix: cargo.toml
This commit is contained in:
parent
57fe2cc37d
commit
9d6a39f9da
@ -1,10 +1,10 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "okthief"
|
name = "okthief"
|
||||||
|
description = "pywal backend using OKLab to sample images and generate color palettes"
|
||||||
|
license = "GPL-3.0"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
clap = { version = "4.5.4", features = ["derive"] }
|
clap = { version = "4.5.4", features = ["derive"] }
|
||||||
image = { version = "0.25.1", features = ["rayon"] }
|
image = { version = "0.25.1", features = ["rayon"] }
|
||||||
|
Loading…
Reference in New Issue
Block a user