pcode-cli/Cargo.toml
geekiot 2448c4f2cd Add: add Pomodoro timer
New features:
* New config options for pomodoro timer.
* Timer command support.
* Function for saving config.
2025-11-24 22:30:51 +05:00

13 lines
294 B
TOML

[package]
name = "pcode-cli"
version = "0.1.0"
edition = "2024"
[dependencies]
clap = { version = "4.5.53", features = ["derive"] }
crossterm = "0.29.0"
directories = "6.0.0"
fs_extra = "1.3.0"
serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1.0.145"
thiserror = "2.0.17"