blob: d2e3db508c3888865c5477d06fd961a9d24962ff (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
[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"]
version = "0.2.0"
edition = "2024"
[dependencies]
bincode = "2.0.1"
notify-rust = "4"
|