[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" ] }