blob: ebc08b29fd2bcbf0c52e180dc8150680dcbf1e86 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
[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.1.2"
edition = "2024"
[dependencies]
bincode = "2.0.1"
|