2022-08-20 14:01:43 +10:00
|
|
|
[package]
|
|
|
|
|
name = "toru"
|
2022-09-03 12:33:23 +10:00
|
|
|
version = "0.4.2"
|
2022-08-20 14:01:43 +10:00
|
|
|
edition = "2021"
|
|
|
|
|
authors = ["Aaron Manning <contact@aaronmanning.net>"]
|
2022-08-21 18:02:12 +10:00
|
|
|
license = "GPL-2.0-only"
|
|
|
|
|
description = "A command line task manager."
|
|
|
|
|
repository = "https://github.com/aaron-jack-manning/toru"
|
2022-08-20 14:01:43 +10:00
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
|
chrono = { version = "0.4.22", features = ["serde"] }
|
|
|
|
|
clap = { version = "3.2.17", features = ["derive"] }
|
|
|
|
|
colored = "2.0.0"
|
2022-08-21 09:58:05 +10:00
|
|
|
comfy-table = "6.0.0"
|
2022-08-20 14:01:43 +10:00
|
|
|
confy = "0.4.0"
|
|
|
|
|
serde = { version = "1.0.143", features = ["derive"] }
|
2022-08-21 16:43:42 +10:00
|
|
|
serde_with = "2.0.0"
|
2022-08-20 14:01:43 +10:00
|
|
|
toml = "0.5.9"
|
|
|
|
|
trash = "2.1.5"
|