-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
26 lines (24 loc) · 740 Bytes
/
Cargo.toml
File metadata and controls
26 lines (24 loc) · 740 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
[package]
name = "wallshift"
version = "0.2.10"
edition = "2021"
authors = ["Yago Iglesias Vazquez <wallshift@yagoiglesias.fr>"]
description = " Simple wallpaper updater using feh"
license = "MIT OR Apache-2.0"
readme = "README.md"
homepage = "https://github.com/Yag000/wallshift"
repository = "https://github.com/Yag000/wallshift"
documentation = "https://github.com/Yag000/wallshift"
keywords = ["wallpaper", "wallpaper-changer"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.102"
clap = "4.5.60"
clap_derive = "4.5.55"
config = "0.15.19"
daemonize = "0.5.0"
dirs = "6.0.0"
rand = "0.10.0"
serde = "1.0.228"
serde_derive = "1.0.188"
serde_yaml = "0.9.34"