htracker/Cargo.toml

15 lines
408 B
TOML
Raw Normal View History

2022-07-07 11:39:19 +00:00
[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" ] }