popcorn/crates/popcorn/Cargo.toml

15 lines
458 B
TOML

[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 <candifloss.cc>"]
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"] }