aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Silas Bartha <[email protected]>2024-01-04 20:47:27 -0500
committerLibravatar Silas Bartha <[email protected]>2024-01-04 20:47:27 -0500
commit37c7a239b81102d2d1a75b9542a91468676cbd98 (patch)
tree83385d334591bfcc22fe604f7066b56ba906333f /Cargo.toml
parent3d0e6e45de66adcda67f64e0e5c853f4c846bac9 (diff)
Updated package metadata
Diffstat (limited to 'Cargo.toml')
-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"