[package]
name = "simple-task-timer"
version = "0.3.0"
edition = "2021"
authors = ["Felipe Zambrin"]
description = "A simple timer for keeping track of your tasks without leaving the terminal"
license = "GPL-3.0"
repository = "https://github.com/zambrinf/simple-task-timer"
homepage = "https://github.com/zambrinf/simple-task-timer"
readme = "README.md"
[dependencies]
clap = {version = "4.3.19", features = ["cargo"]}
serde = { version = "1.0.180", features = ["derive"] }
serde_json = "1.0.104"
chrono = "0.4.35"
[[bin]]
name = "timer"
path = "src/main.rs"