aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 271cfdb..f15ab07 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,11 @@
[package]
name = "pomd"
version = "1.3.0"
+description = "A simple configurable pomodoro D-Bus daemon"
+license = "MIT OR Apache-2.0"
edition = "2021"
+keywords = ["productivity", "pomodoro", "daemon"]
+repository = "https://github.com/exvacuum/pomd"
[dependencies]
notify-rust = "4"