2023-05-22 17:26:14 +02:00
|
|
|
[package]
|
2024-01-30 00:58:53 +01:00
|
|
|
name = "cosmic-settings-wallpaper"
|
2023-05-22 17:26:14 +02:00
|
|
|
version = "0.1.0"
|
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
|
cosmic-bg-config = { workspace = true }
|
|
|
|
|
cosmic-config = { workspace = true }
|
2024-01-30 00:58:53 +01:00
|
|
|
cosmic-randr-shell = { workspace = true }
|
2023-05-22 17:26:14 +02:00
|
|
|
dirs = "5.0.1"
|
2024-01-29 20:14:57 +01:00
|
|
|
freedesktop-icons = "0.2.5"
|
2024-01-18 16:02:32 +01:00
|
|
|
futures-lite = "2.2.0"
|
2024-03-12 06:48:05 +01:00
|
|
|
futures-util = "0.3.30"
|
2024-01-18 16:02:32 +01:00
|
|
|
image = "0.24.8"
|
2023-12-14 04:16:27 +01:00
|
|
|
infer = "0.15.0"
|
2023-12-22 16:42:56 +01:00
|
|
|
tokio = { version = "1.35.1", features = ["sync"] }
|
|
|
|
|
tracing = "0.1.40"
|