[package] name = "wlp" version = "0.1.0" edition = "2021" authors = ["Ahmmad Rosid "] categories = ["command-line-utilities"] keywords = ["command-line", "shell", "bash"] description = "🏝️ Command line app to set wallpaper from your terminal!" license = "MIT" repository = "https://github.com/ahmadrosid/wlp/" readme = "README.md" homepage = "https://ahmadrosid.com/" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] wallpaper = { version = "3", features = ["from_url"] } clap = { version = "3.0.5", features = ["derive"] } [[bin]] name = "wlp" path = "src/main.rs"