blob: 79a8d9c27a35927abb7caf8e28e7fa6d21c9b98e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
[package]
name = "pomc"
version = "1.1.3"
description = "Client program for pomd pomodoro daemon"
license = "0BSD OR MIT OR Apache-2.0"
keywords = ["productivity", "pomodoro", "daemon"]
repository = "https://git.exvacuum.dev/pomc"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
async-std = { version = "1.13", features = ["attributes"] }
clap = { version = "4.5", features = ["derive"] }
zbus = "5.1"
|