Initial commit.
This commit is contained in:
14
Cargo.toml
Normal file
14
Cargo.toml
Normal 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" ] }
|
Reference in New Issue
Block a user