basic feature set

This commit is contained in:
aaron-jack-manning
2022-08-20 14:01:43 +10:00
commit ef7103043c
11 changed files with 1456 additions and 0 deletions

15
Cargo.toml Normal file
View File

@@ -0,0 +1,15 @@
[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"
confy = "0.4.0"
serde = { version = "1.0.143", features = ["derive"] }
toml = "0.5.9"
trash = "2.1.5"