diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2025-09-09 21:54:36 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2025-09-09 21:54:36 +0530 |
commit | aaaef456bcc60c98a7128f12879b788372427f76 (patch) | |
tree | 39347b7cb57de0b0374283b6e1eed957301bec3c | |
parent | f8521153c65eb49ebbfece496ad6aceccf58a182 (diff) |
Update 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" |