diff options
author | Silas Bartha <[email protected]> | 2024-01-04 20:47:27 -0500 |
---|---|---|
committer | Silas Bartha <[email protected]> | 2024-01-04 20:47:27 -0500 |
commit | 37c7a239b81102d2d1a75b9542a91468676cbd98 (patch) | |
tree | 83385d334591bfcc22fe604f7066b56ba906333f | |
parent | 3d0e6e45de66adcda67f64e0e5c853f4c846bac9 (diff) |
Updated package metadata
-rw-r--r-- | Cargo.toml | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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" |