Implement active day functionality.

This commit is contained in:
2022-07-27 19:11:03 +02:00
parent d5af968cb9
commit 3995a47078
4 changed files with 113 additions and 12 deletions

View File

@@ -7,10 +7,9 @@ description = "A CLI habit tracker."
readme = "./README.md"
license = "AGPL-3.0-or-later"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
structopt = "0.3"
uuid = { version = "1.1", features = [ "v4", "fast-rng", "macro-diagnostics" ] }
serde = { version = "1.0", features = [ "derive" ] }
serde_json = "1.0"
time = { version = "0.3", features = [ "local-offset" ] }