[package]
name = "wallpapers"
version = "0.3.0"
authors = ["lsongzhi <lsongzhi@163.com>"]
edition = "2018"
repository = "https://github.com/songzhi/wallpapers"
readme = "README.md"
keywords = ["wallpaper", "cli"]
license = "MIT"
description = "Set wallpaper periodically."
[dependencies]
wallpaper = "2.0.1"
once_cell = "1.1.0"
serde = "1.0"
toml = "0.5.1"
fs2 = "0.4.3"
[target.'cfg(unix)'.dependencies]
daemonize = "0.4.1"
[target.'cfg(windows)'.dependencies]
winapi = { version = "0.3", features = [ "consoleapi", "winsvc" ] }