[package] name = "popcorn" version = "0.1.0" edition = "2024" description = "CLI client for Popcorn OSD" readme = "README.md" repository = "https://git.candifloss.cc/candifloss/popcorn.git" authors = ["Candifloss "] categories = ["Desktop", "CLI"] homepage = "https://git.candifloss.cc/candifloss/popcorn.git" keywords = ["OSD", "popup", "desktop", "cli"] license = "GPL-3+" [dependencies] clap = { version = "4.5.53", features = ["derive"] }