diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ [package] name = "polydoro" +license-file = "LICENSE" +description = "Pomodoro widget for polybar and friends" +homepage = "https://git.vidhukant.com/polydoro/about" +repository = "https://git.vidhukant.com/polydoro" +readme = "README.md" +keywords = ["pomodoro", "polybar", "statusbar", "widget", "lemonbar"] +categories = [""] version = "0.1.0" edition = "2024" |