[package] name = "apod_wallpaper" version = "1.0.0" authors = ["mhenderson "] edition = "2018" description = "This is an application to automatically download the Astronomy Picture of the Day from NASA and set it as your wallpaper." homepage = "https://github.com/5mattmatt1/apod_wallpaper" repository = "https://github.com/5mattmatt1/apod_wallpaper" readme = "README.md" license = "MIT" keywords = ["wallpaper", "nasa", "apod"] categories = ["command-line-utilities"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] chrono="0.4.11" wallpaper = "2.0.1" ureq="1.0.0" serde="1.0.110" serde_json = "1.0" toml = "0.5.6"