htracker/Cargo.toml

16 lines
440 B
TOML

[package]
name = "htracker"
version = "0.1.0"
edition = "2021"
authors = [ "Nicolás A. Ortega Froysa" ]
description = "A CLI habit tracker."
readme = "./README.md"
license = "AGPL-3.0-or-later"
[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" ] }