2022-08-20 04:01:43 +00:00
|
|
|
[package]
|
|
|
|
name = "toru"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
|
|
|
authors = ["Aaron Manning <contact@aaronmanning.net>"]
|
|
|
|
description = "A command line task manager with time tracking."
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
chrono = { version = "0.4.22", features = ["serde"] }
|
|
|
|
clap = { version = "3.2.17", features = ["derive"] }
|
|
|
|
colored = "2.0.0"
|
2022-08-20 23:58:05 +00:00
|
|
|
comfy-table = "6.0.0"
|
2022-08-20 04:01:43 +00:00
|
|
|
confy = "0.4.0"
|
|
|
|
serde = { version = "1.0.143", features = ["derive"] }
|
2022-08-21 06:43:42 +00:00
|
|
|
serde_with = "2.0.0"
|
2022-08-20 23:58:05 +00:00
|
|
|
termsize = "0.1.6"
|
2022-08-20 04:01:43 +00:00
|
|
|
toml = "0.5.9"
|
|
|
|
trash = "2.1.5"
|