blob: 74ededa5435146f7f1370b1782fce028830b8f92 (
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.0"
edition = "2024"
[dependencies]
bincode = "2.0.1"
|