19 lines
508 B
TOML
19 lines
508 B
TOML
[package]
|
|
name = "cosmic-settings-wallpaper"
|
|
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 }
|
|
cosmic-randr-shell = { workspace = true }
|
|
dirs = "5.0.1"
|
|
freedesktop-icons = "0.2.6"
|
|
futures-lite = "2.3.0"
|
|
futures-util = "0.3.30"
|
|
image = "0.25.2"
|
|
infer = "0.16.0"
|
|
tokio = { version = "1.40.0", features = ["sync"] }
|
|
tracing = "0.1.40"
|