aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 1408682ae22319bce323915f8d14c191c3350f5c (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.1"
edition = "2024"

[dependencies]
bincode = "2.0.1"