Initial commit.

This commit is contained in:
2022-07-07 13:39:19 +02:00
commit 823b5b5926
8 changed files with 1191 additions and 0 deletions

14
Cargo.toml Normal file
View File

@@ -0,0 +1,14 @@
[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"
# 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" ] }