Add the metadata

This commit is contained in:
Anas Elgarhy 2023-02-24 02:40:31 +02:00
parent a5b2a65d33
commit 979c055089
No known key found for this signature in database
GPG Key ID: 0501802A1D496528
2 changed files with 28 additions and 2 deletions

2
Cargo.lock generated
View File

@ -223,7 +223,7 @@ dependencies = [
[[package]]
name = "cmus-notify"
version = "0.1.0"
version = "0.0.1"
dependencies = [
"clap",
"clap-markdown",

View File

@ -1,7 +1,33 @@
[package]
name = "cmus-notify"
version = "0.1.0"
version = "0.0.1"
edition = "2021"
authors = ["Anas Elgarhy <anas.elgarhy.dev@gmail.com>"]
description = "A simple notification daemon for cmus"
repository = "https://github.com/anas-elgarhy/cmus-notify"
license = "MIT"
keywords = [
"cmus",
"notify",
"notification",
"notification-cmus",
"notify-cmus",
]
categories = [
"command-line-utilities",
"multimedia"
]
exclude = [
"docs/*",
"tests/*",
"justfile",
]
include = [
"Cargo.toml",
"src/**/*",
"README.md",
"LICENSE",
]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html