diff --git a/Cargo.lock b/Cargo.lock index 8a0234a..6323615 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -223,7 +223,7 @@ dependencies = [ [[package]] name = "cmus-notify" -version = "0.1.0" +version = "0.0.1" dependencies = [ "clap", "clap-markdown", diff --git a/Cargo.toml b/Cargo.toml index 7f80c70..47f2513 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,33 @@ [package] name = "cmus-notify" -version = "0.1.0" +version = "0.0.1" edition = "2021" +authors = ["Anas Elgarhy "] +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