aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: d014ce719befe73aafeb08c51fce482adafffc92 (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"]
categories = [""]
version = "0.1.0"
edition = "2024"

[dependencies]
bincode = "2.0.1"