diff options
Diffstat (limited to 'Cargo.toml')
-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" |